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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
header.vue
components/header.vue
+3
-1
nuxt.config.js
nuxt.config.js
+1
-1
element-china-area-data.js
plugins/element-china-area-data.js
+0
-1
element-ui.js
plugins/element-ui.js
+2
-1
No files found.
components/header.vue
View file @
6c12c66f
...
...
@@ -11,7 +11,7 @@
<span>
你好,
{{
userName
}}
</span>
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
登录
</nuxt-link>
<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
class=
"flex-item t1 collection"
>
...
...
@@ -72,6 +72,8 @@
position
:
absolute
;
left
:
980px
;
cursor
:
pointer
;
font-size
:
10px
;
background
:
#bfa
;
}
.bg
{}
...
...
nuxt.config.js
View file @
6c12c66f
...
...
@@ -42,7 +42,7 @@ export default {
*/
plugins
:
[
'@/plugins/element-ui'
,
'@/assets/css/common.css'
,
'@/assets/css/common.css'
,
],
/*
...
...
plugins/element-china-area-data.js
View file @
6c12c66f
import
Vue
from
'vue'
import
elementChina
from
'element-china-area-data'
Vue
.
use
(
elementChina
)
plugins/element-ui.js
View file @
6c12c66f
...
...
@@ -2,4 +2,4 @@ import Vue from 'vue'
import
Element
from
'element-ui'
import
locale
from
'element-ui/lib/locale/lang/zh-CN'
Vue
.
use
(
Element
,
{
locale
})
Vue
.
use
(
Element
,
{
locale
})
\ No newline at end of file
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