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
6c12c66f
Commit
6c12c66f
authored
Sep 24, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jump
parent
7cf3a74a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
header.vue
components/header.vue
+3
-1
nuxt.config.js
nuxt.config.js
+0
-0
element-china-area-data.js
plugins/element-china-area-data.js
+0
-1
No files found.
components/header.vue
View file @
6c12c66f
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<span>
你好,
{{
userName
}}
</span>
<span>
你好,
{{
userName
}}
</span>
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
登录
</nuxt-link>
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
登录
</nuxt-link>
<span>
商家免费入住
</span>
<span>
商家免费入住
</span>
<
span
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos"
>
跳转后台
</spa
n>
<
button
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos"
>
跳转后台
</butto
n>
</div>
</div>
</div>
</div>
<div
class=
"flex-item t1 collection"
>
<div
class=
"flex-item t1 collection"
>
...
@@ -72,6 +72,8 @@
...
@@ -72,6 +72,8 @@
position
:
absolute
;
position
:
absolute
;
left
:
980px
;
left
:
980px
;
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
10px
;
background
:
#bfa
;
}
}
.bg
{}
.bg
{}
...
...
nuxt.config.js
View file @
6c12c66f
plugins/element-china-area-data.js
View file @
6c12c66f
import
Vue
from
'vue'
import
Vue
from
'vue'
import
elementChina
from
'element-china-area-data'
import
elementChina
from
'element-china-area-data'
Vue
.
use
(
elementChina
)
Vue
.
use
(
elementChina
)
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