Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张冬
web-site
Commits
356b91ce
Commit
356b91ce
authored
Nov 05, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
00bd4f21
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
55 additions
and
38 deletions
+55
-38
footer.vue
components/footer.vue
+3
-0
header.vue
components/header.vue
+12
-8
homeinput.vue
components/homeinput.vue
+7
-3
nav.vue
components/nav.vue
+7
-1
index.vue
pages/index/index.vue
+3
-3
news.vue
pages/index/message/news.vue
+1
-1
abortive.vue
pages/index/notice/abortive.vue
+1
-1
abortivedetails.vue
pages/index/notice/abortivedetails.vue
+2
-2
all.vue
pages/index/notice/all.vue
+1
-1
bid.vue
pages/index/notice/bid.vue
+1
-1
biddingdetails.vue
pages/index/notice/biddingdetails.vue
+2
-2
biding.vue
pages/index/notice/biding.vue
+1
-1
cadidate.vue
pages/index/notice/cadidate.vue
+1
-1
cadidatedetails.vue
pages/index/notice/cadidatedetails.vue
+2
-2
change.vue
pages/index/notice/change.vue
+1
-1
changedetails.vue
pages/index/notice/changedetails.vue
+2
-2
clarifies.vue
pages/index/notice/clarifies.vue
+1
-1
clarifiesdetails.vue
pages/index/notice/clarifiesdetails.vue
+2
-2
inquiry.vue
pages/index/notice/inquiry.vue
+1
-1
windetails.vue
pages/index/notice/windetails.vue
+2
-2
examine.vue
pages/login/examine.vue
+1
-1
request.js
utils/request.js
+1
-1
No files found.
components/footer.vue
View file @
356b91ce
...
...
@@ -23,6 +23,7 @@ import {getMessagephone} from '@/common/list.js'
export
default
{
mounted
(){
getMessagephone
()
console
.
log
(
"111111111111"
)
},
data
()
{
return
{
...
...
@@ -60,8 +61,10 @@ import {getMessagephone} from '@/common/list.js'
},
mothods
:{
async
getMessagephone
(){
console
.
log
(
"111111111111"
)
const
{
data
}
=
await
getMessagephone
()
console
.
log
(
data
)
console
.
log
(
"111111111111"
)
this
.
footList
[
3
].
list
[
0
].
name
=
`客服联系电话 :
${
data
.
phone
}
`
this
.
footList
[
3
].
list
[
1
].
name
=
`电子邮箱 :
${
data
.
email
}
`
}
...
...
components/header.vue
View file @
356b91ce
...
...
@@ -5,24 +5,24 @@
<div
class=
"flex-item"
>
<div
class=
"flex-item"
>
<img
src=
"~/assets/head/home-fill.png"
class=
"home-fill"
alt=
"logo"
/>
<nuxt-link
to=
"/"
class=
"head-title t1"
>
首页
</nuxt-link>
<nuxt-link
to=
"/"
class=
"head-title t1
textr
"
>
首页
</nuxt-link>
</div>
<div
class=
"welcome t1"
>
<el-dropdown
size=
"mini"
>
<span
class=
"text"
>
{{
userName
}}
<i
class=
"el-icon-arrow-down el-icon--right"
v-if=
"isicon"
></i>
</span>
<span
class=
"text
textr
"
>
{{
userName
}}
<i
class=
"el-icon-arrow-down el-icon--right"
v-if=
"isicon"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<div
v-if=
"isicon"
size=
"mini"
class=
"checkButton"
@
click=
"out"
>
退出
</div>
<div
v-if=
"isicon"
size=
"mini"
class=
"checkButton
"
@
click=
"out"
>
退出
</div>
</el-dropdown-menu>
</el-dropdown>
<!--
<div
class=
"checkout"
v-show =
"showButton"
@
mouseover=
"hover()"
>
退出
</div>
-->
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
登录
</nuxt-link>
<span
style=
"color:blue;margin-left:30px"
class=
"other"
@
click=
"loginOther"
v-show=
"showDefault"
>
商家免费入驻
</span>
<nuxt-link
to=
"/login/user"
class=
"login
textr
"
v-show=
"showDefault"
>
登录
</nuxt-link>
<span
style=
"color:blue;margin-left:30px"
class=
"other
textr
"
@
click=
"loginOther"
v-show=
"showDefault"
>
商家免费入驻
</span>
</div>
</div>
<div
class=
"flex-item t1 collection"
>
<button
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos"
>
商家管理后台
</button>
<div
@
click=
"addFavo"
class=
"t5"
>
收藏网站
</div>
<img
@
click=
"addFavo"
src=
"~/assets/head/collection.png"
alt=
"收藏"
class=
"t5"
>
<button
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos
textr
"
>
商家管理后台
</button>
<div
@
click=
"addFavo"
class=
"t5
textr
"
>
收藏网站
</div>
<img
@
click=
"addFavo"
src=
"~/assets/head/collection.png"
alt=
"收藏"
class=
"t5
textr
"
>
</div>
</div>
</div>
...
...
@@ -166,4 +166,8 @@ import Cookies from 'js-cookie'
.text
{
font-size
:
12px
;
}
.textr
{
font-size
:
12px
;
line-height
:
.50rem
}
</
style
>
components/homeinput.vue
View file @
356b91ce
...
...
@@ -3,7 +3,7 @@
<div
class=
" content flex-between"
>
<div
class=
" images flex"
>
<img
src=
"~/assets/css/logo.jpg"
>
<div
class=
"head-input-title"
>
捷安采
</div>
<div
class=
"head-input-title"
@
click=
"gotohome"
>
捷安采
</div>
</div>
<div
class=
"search flex-item"
>
<div
class=
"flex"
>
...
...
@@ -38,7 +38,10 @@ import Cookies from "js-cookie"
location
.
reload
()
this
.
input
=
null
}
}
},
gotohome
(){
this
.
$router
.
push
(
"/"
)
},
},
data
()
{
return
{
...
...
@@ -82,7 +85,8 @@ import Cookies from "js-cookie"
font-family
:
MicrosoftYaHei
;
color
:
#000000
;
line-height
:
37px
;
margin-left
:
20px
margin-left
:
20px
;
cursor
:
pointer
;
}
.t11
{
cursor
:
pointer
;
...
...
components/nav.vue
View file @
356b91ce
...
...
@@ -46,8 +46,14 @@ import inDex from '@/pages/index.vue'
}
},
mounted
(){
console
.
log
(
"1"
)
let
path
=
this
.
$route
.
path
;
console
.
log
(
"path======"
,
path
)
console
.
log
(
path
!=
"/"
)
if
(
path
!=
"/"
){
path
=
"/"
this
.
$router
.
push
(
path
)
}
/* if(path=="/"){
this.nav = "0";
}else if(path.indexOf("/message")==0){
...
...
pages/index/index.vue
View file @
356b91ce
...
...
@@ -2,12 +2,12 @@
<div
class=
"homepage"
>
<div
class=
"content "
>
<div
class=
"banner"
>
<
!--
<el-carousel
trigger=
"click"
height=
"4.21rem"
width=
"100%"
class=
"car"
>
<
el-carousel
trigger=
"click"
height=
"5.3rem"
width=
"100%"
>
<el-carousel-item
v-for=
"(item,index) in picArr"
:key=
"index"
>
<img
:src=
"item.picUrl"
alt=
""
class=
"src-img"
>
</el-carousel-item>
</el-carousel>
-->
<
img
src=
"~/assets/images/back.png"
style=
"height:5.3rem;width:100%"
>
</el-carousel>
<
!--
<img
src=
"~/assets/images/back.png"
style=
"height:5.3rem;width:100%"
>
--
>
</div>
<div
class=
"loginbox"
>
<div
class=
"login"
>
...
...
pages/index/message/news.vue
View file @
356b91ce
...
...
@@ -69,7 +69,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:size=
"size"
:page-sizes=
"[10
, 20, 30, 40
]"
:page-sizes=
"[10]"
layout=
"total, prev, pager, next,sizes, jumper"
:total=
"total"
>
...
...
pages/index/notice/abortive.vue
View file @
356b91ce
...
...
@@ -49,7 +49,7 @@
</li>
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10
, 20, 30, 40
]"
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10]"
layout=
"total,prev, pager, next, sizes,jumper"
:total=
"total"
>
</el-pagination
>
</div>
...
...
pages/index/notice/abortivedetails.vue
View file @
356b91ce
...
...
@@ -50,8 +50,8 @@ export default {
async
getErrorDetails
(
id
){
console
.
log
(
id
+
"-----------------"
)
const
{
data
}
=
await
getErrorDetails
(
id
)
this
.
itemTitle
=
data
.
titl
e
this
.
itemCode
=
data
.
projectCode
this
.
itemTitle
=
data
.
nameAndCodeVO
.
projectNam
e
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
contentList
=
data
.
content
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
}
...
...
pages/index/notice/all.vue
View file @
356b91ce
...
...
@@ -47,7 +47,7 @@
</div>
</li>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10
, 20, 30, 40
]"
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10]"
layout=
"total,prev, pager, next, sizes,jumper"
:total=
"total"
>
</el-pagination
>
</div>
...
...
pages/index/notice/bid.vue
View file @
356b91ce
...
...
@@ -48,7 +48,7 @@
</li>
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10
, 20, 30, 40
]"
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10]"
layout=
"total,prev, pager, next,sizes, jumper"
:total=
"total"
>
</el-pagination>
</div>
...
...
pages/index/notice/biddingdetails.vue
View file @
356b91ce
...
...
@@ -83,8 +83,8 @@ export default {
const
{
data
}
=
await
getBidingdetails
(
id
)
console
.
log
(
data
)
this
.
date
=
data
.
createTime
this
.
title
=
data
.
titl
e
this
.
code
=
data
.
projectCode
this
.
title
=
data
.
nameAndCodeVO
.
projectNam
e
this
.
code
=
data
.
nameAndCodeVO
.
projectCode
this
.
contentList
=
data
.
content
this
.
fileList
=
data
.
accessoryVOList
this
.
proId
=
data
.
projectId
...
...
pages/index/notice/biding.vue
View file @
356b91ce
...
...
@@ -71,7 +71,7 @@
:current-page=
"getData.currentPage"
:page-size=
"getData.size"
:total=
"total"
:page-sizes=
"[10
, 20, 30, 40
]"
:page-sizes=
"[10]"
layout=
"total,prev, pager, next,sizes, jumper"
></el-pagination>
</div>
...
...
pages/index/notice/cadidate.vue
View file @
356b91ce
...
...
@@ -49,7 +49,7 @@
</li>
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10
, 20, 30, 40
]"
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10]"
layout=
"total,prev, pager, next, sizes,jumper"
:total=
"total"
>
</el-pagination
>
</div>
...
...
pages/index/notice/cadidatedetails.vue
View file @
356b91ce
...
...
@@ -38,8 +38,8 @@ export default {
},
async
getCadidateDetails
(
id
){
const
{
data
}
=
await
getCadidateDetails
(
id
)
this
.
itemTitle
=
data
.
titl
e
this
.
itemCode
=
data
.
projectCode
this
.
itemTitle
=
data
.
nameAndCodeVO
.
projectNam
e
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
this
.
contentList
=
data
.
content
console
.
log
(
data
)
...
...
pages/index/notice/change.vue
View file @
356b91ce
...
...
@@ -49,7 +49,7 @@
</li>
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10
, 20, 30, 40
]"
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10]"
layout=
"total, prev, pager, next, sizes,jumper"
:total=
"total"
>
</el-pagination
>
</div>
...
...
pages/index/notice/changedetails.vue
View file @
356b91ce
...
...
@@ -41,8 +41,8 @@ export default {
},
async
getChangeDetails
(
id
){
const
{
data
}
=
await
getChangeDetails
(
id
)
this
.
itemTitle
=
data
.
titl
e
this
.
itemCode
=
data
.
projectCode
this
.
itemTitle
=
data
.
nameAndCodeVO
.
projectNam
e
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
contentList
=
data
.
content
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
}
...
...
pages/index/notice/clarifies.vue
View file @
356b91ce
...
...
@@ -49,7 +49,7 @@
</li>
</ul>
<div
class=
"pagination flex-center"
>
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10
, 20, 30, 40
]"
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:page-size =
"getData.size"
:page-sizes=
"[10]"
layout=
"total,prev, pager, next,sizes, jumper"
:total=
"total"
>
</el-pagination
>
</div>
...
...
pages/index/notice/clarifiesdetails.vue
View file @
356b91ce
...
...
@@ -42,8 +42,8 @@ export default {
async
getClerDetailsList
(
id
){
console
.
log
(
id
+
"-----------------"
)
const
{
data
}
=
await
getClerDetailsList
(
id
)
this
.
itemTitle
=
data
.
titl
e
this
.
itemCode
=
data
.
projectCode
this
.
itemTitle
=
data
.
nameAndCodeVO
.
projectNam
e
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
contentList
=
data
.
content
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
}
...
...
pages/index/notice/inquiry.vue
View file @
356b91ce
...
...
@@ -78,7 +78,7 @@
@
current-change=
"handleCurrentChange"
:current-page=
"getData.currentPage"
:pageSize=
"getData.size"
:page-sizes=
"[10
, 20, 30, 40
]"
:page-sizes=
"[10]"
layout=
"total,prev, pager, next, sizes,jumper"
:total=
"total"
></el-pagination>
...
...
pages/index/notice/windetails.vue
View file @
356b91ce
...
...
@@ -50,8 +50,8 @@ export default {
},
async
getWindetails
(
id
){
const
{
data
}
=
await
getWindetails
(
id
)
this
.
itemTitle
=
data
.
titl
e
this
.
itemCode
=
data
.
projectCode
this
.
itemTitle
=
data
.
nameAndCodeVO
.
projectNam
e
this
.
itemCode
=
data
.
nameAndCodeVO
.
projectCode
this
.
itemTime
=
data
.
createTime
.
slice
(
0
,
10
)
this
.
contentList
=
data
.
content
console
.
log
(
id
)
...
...
pages/login/examine.vue
View file @
356b91ce
...
...
@@ -820,7 +820,7 @@ export default {
fileList
:
[],
flag
:
true
,
//该值变化,就会触发刷新
code
:
""
,
//刷新后的验证码
active
:
0
,
active
:
1
,
checked
:
true
,
adminform
:
{
name
:
""
,
...
...
utils/request.js
View file @
356b91ce
...
...
@@ -9,7 +9,7 @@ import requestUrl from '../utils/Domain.js'
// 创建axios实例
const
service
=
axios
.
create
({
baseURL
:
'http://60.205.251.80:8082/apis'
,
/* baseURL: 'http://192.168.
3.35
:8085/apis', */
/* baseURL: 'http://192.168.
43.117
:8085/apis', */
timeout
:
35000
// 请求超时时间
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment