Commit 6c12c66f authored by 吴冠's avatar 吴冠

jump

parent 7cf3a74a
...@@ -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">跳转后台</span> <button @click="jump" v-show="!showDefault" class="right-pos">跳转后台</button>
</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 {}
......
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
*/ */
plugins: [ plugins: [
'@/plugins/element-ui', '@/plugins/element-ui',
'@/assets/css/common.css', '@/assets/css/common.css',
], ],
/* /*
......
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)
...@@ -2,4 +2,4 @@ import Vue from 'vue' ...@@ -2,4 +2,4 @@ import Vue from 'vue'
import Element from 'element-ui' import Element from 'element-ui'
import locale from 'element-ui/lib/locale/lang/zh-CN' import locale from 'element-ui/lib/locale/lang/zh-CN'
Vue.use(Element, { locale }) Vue.use(Element, { locale })
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment