lancer преди 2 години
родител
ревизия
8bc2e55e68
променени са 3 файла, в които са добавени 8 реда и са изтрити 3 реда
  1. Двоични данни
      dist.rar
  2. +4
    -3
      src/page/index/top/index.vue
  3. +4
    -0
      src/router/router.js

Двоични данни
dist.rar Целия файл


+ 4
- 3
src/page/index/top/index.vue Целия файл

@@ -20,7 +20,7 @@
cursor: pointer;
"
>
<div class="daili" @click="goChange">
<div class="daili " @click="goChange">
{{
orgType == 0
? "系统后台"
@@ -425,7 +425,7 @@ export default {
.daili {
// width: 100px;
height: 30px;
background: #2671e2;
// background: #2671e2;
border-radius: 4px;
line-height: 30px;
text-align: center;
@@ -435,7 +435,8 @@ export default {
}
.change {
font-size: 16px;
color: #2671e2;
// color: #2671e2;
color: white;
margin-left: 10px;
}
</style>

+ 4
- 0
src/router/router.js Целия файл

@@ -8,8 +8,12 @@ Vue.use(VueRouter)
//创建路由
// console.log(PageRouter,ViewsRouter,'123')
// console.log(Store)
console.log(process.env.BASE_URL,123);
export const createRouter = () => new VueRouter({
// mode:'history',
// base:'/wel/index',
routes: [...PageRouter, ...ViewsRouter]

})

const Router = createRouter()


Зареждане…
Отказ
Запис