فهرست منبع

1.删除登陆背景图片
2.修改头信息名称
3.修改见识页面路由指向

wanghaisu 4 سال پیش
والد
کامیت
e02b5e75ea
5فایلهای تغییر یافته به همراه306 افزوده شده و 306 حذف شده
  1. 258 233
      package-lock.json
  2. 4 3
      src/components/AdminHeader.vue
  3. 41 65
      src/router/index.js
  4. 1 1
      src/views/Home.vue
  5. 2 4
      src/views/login/Login.vue

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 258 - 233
package-lock.json


+ 4 - 3
src/components/AdminHeader.vue

@@ -3,12 +3,13 @@
     <div class="logo">
       <img src="@/assets/images/logo.png"
            alt="">
-      <span>vue-admin-template</span>
+      <span>智慧水务系统</span>
     </div>
     <div class="nav-button">
-	  <a href="https://github.com/parchments/vue-admin-template" target="_blank" style="color: #fff;" class="pad-10">
+	  <!-- <a href="https://github.com/parchments/vue-admin-template" target="_blank" style="color: #fff;" class="pad-10">
 		  <i class="el-icon-star-off"></i> gitHub
-	  </a>
+	  </a> -->
+      <i >Admin</i>
       <span @click="logout"
             class="pad-10">
         <i class="el-icon-switch-button"></i> 退出

+ 41 - 65
src/router/index.js

@@ -4,14 +4,16 @@ import Home from "../views/Home.vue";
 Vue.use(VueRouter);
 
 const routes = [
-    {
-        path: "*", //输错路由回首页
-        redirect: "/404",
+      //登录
+      {
+        path: "/login",
+        name: "login",
+        component: r => require.ensure([], () => r(require("../views/login/Login.vue")), "Login"),
         hidden: true,
         meta: {
-            title: "输错路由回首页",
+            title: "登录",
             keepAlive: false,
-            level: 0 //判断是否缓存 0为不缓存 1为缓存 2为详情页
+            level: 0
         }
     },
     {
@@ -24,18 +26,17 @@ const routes = [
             level: 0
         }
     },
-    //登录
     {
-        path: "/login",
-        name: "login",
-        component: r => require.ensure([], () => r(require("../views/login/Login.vue")), "Login"),
+        path: "*", //输错路由回首页
+        redirect: "/404",
         hidden: true,
         meta: {
-            title: "登录",
+            title: "输错路由回首页",
             keepAlive: false,
-            level: 0
+            level: 0 //判断是否缓存 0为不缓存 1为缓存 2为详情页
         }
     },
+  
     //404
     {
         path: "/404",
@@ -61,6 +62,12 @@ const routes = [
         }
     },
     {
+        path: '/Viewer',
+        component: () => import('../views/xDesigner/viewer.vue'),
+        hidden: true,
+    },
+
+    {
         path: "/home",
         component: Home,
         iconCls: "fa el-icon-s-data",
@@ -70,8 +77,7 @@ const routes = [
             keepAlive: false,
             level: 0
         },
-        children: [
-            {
+        children: [{
                 path: "/summarys/index",
                 component: () => import("../views/summarys/index.vue"),
                 name: "summarys",
@@ -82,33 +88,8 @@ const routes = [
                     level: 0
                 }
             },
-            // {
-            //     hidden: true,
-            //     path: '/Viewer/:path',
-            //     name: 'Viewer',
-            //     meta: {
-            //         title: "Viewer",
-            //         keepAlive: false,
-            //         level: 0 //判断是否缓存 0为不缓存 1为缓存 2为详情页
-            //     },
-            //     component: () => import("../views/xDesigner/viewer.vue")
-            // },
         ]
     },
-
-    //         {
-    //             hidden: true,
-    //             path: '/Viewer/:path',
-    //             name: 'Viewer',
-    //             meta: {
-    //                 title: "Viewer",
-    //                 keepAlive: false,
-    //                 level: 0 //判断是否缓存 0为不缓存 1为缓存 2为详情页
-    //             },
-    //             component: () => import("../views/xDesigner/viewer.vue")
-    //         },
-    //     ]
-    // },
     {
         path: "/home",
         component: Home,
@@ -119,8 +100,7 @@ const routes = [
             keepAlive: false,
             level: 0
         },
-        children: [
-            {
+        children: [{
                 path: "/goods/goodsList",
                 component: () => import("../views/goods/goodsList.vue"),
                 name: "goodsList",
@@ -156,19 +136,17 @@ const routes = [
             keepAlive: false,
             level: 0
         },
-        children: [
-            {
-                path: "/upload/index",
-                component: () => import("../views/upload/index.vue"),
-                name: "upload",
-                hidden: false,
-                meta: {
-                    title: "自定义上传导入",
-                    keepAlive: false,
-                    level: 0
-                }
+        children: [{
+            path: "/upload/index",
+            component: () => import("../views/upload/index.vue"),
+            name: "upload",
+            hidden: false,
+            meta: {
+                title: "自定义上传导入",
+                keepAlive: false,
+                level: 0
             }
-        ]
+        }]
     },
     {
         path: "/home",
@@ -180,19 +158,17 @@ const routes = [
             keepAlive: false,
             level: 0
         },
-        children: [
-            {
-                path: "/formValidation/index",
-                component: () => import("../views/formValidation/index.vue"),
-                name: "formValidation",
-                hidden: false,
-                meta: {
-                    title: "校验动态下拉",
-                    keepAlive: false,
-                    level: 0
-                }
+        children: [{
+            path: "/formValidation/index",
+            component: () => import("../views/formValidation/index.vue"),
+            name: "formValidation",
+            hidden: false,
+            meta: {
+                title: "校验动态下拉",
+                keepAlive: false,
+                level: 0
             }
-        ]
+        }]
     },
     {
         path: '/AppDesign',
@@ -228,4 +204,4 @@ const router = new VueRouter({
 //     }
 // });
 
-export default router;
+export default router;

+ 1 - 1
src/views/Home.vue

@@ -127,7 +127,7 @@ export default {
     {
       console.log(path)
       this.$router.push({
-        path: '/Viewer/' + path,
+        path: '/Viewer/?path=' + path,
       })
     },
     /**

+ 2 - 4
src/views/login/Login.vue

@@ -1,11 +1,9 @@
 <template>
   <section class="wrapper">
-    <canvas id="canvas"></canvas>
+   
     <div class="login-wrapper">
       <div class="text-center">
-        <img src="@/assets/images/logo.png"
-             alt=""
-             width="100px">
+      <h1>漳山智慧水务系统</h1>
       </div>
       <el-tabs v-model="activeName"
                @tab-click="tabHandle()">