Unknown 7 vuotta sitten
vanhempi
commit
3c6d3dda01
3 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 1 1
      index.html
  2. 2 1
      src/router/index.js
  3. 1 1
      src/views/login/index.vue

+ 1 - 1
index.html

@@ -2,7 +2,7 @@
2 2
 <html>
3 3
   <head>
4 4
     <meta charset="utf-8">
5
-    <title>vue-admin-template</title>
5
+    <title>gamble-admin</title>
6 6
   </head>
7 7
   <body>
8 8
     <div id="app"></div>

+ 2 - 1
src/router/index.js

@@ -35,7 +35,8 @@ export const constantRouterMap = [
35 35
         component: _import('dashboard/index'),
36 36
         meta: {
37 37
           title: '首頁',
38
-          icon: 'dashboard'
38
+          icon: 'dashboard',
39
+          noCache: true
39 40
           // role: ['dd']
40 41
         }
41 42
       }

+ 1 - 1
src/views/login/index.vue

@@ -2,7 +2,7 @@
2 2
   <div class="login-container">
3 3
     <el-form autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" label-position="left" label-width="0px"
4 4
       class="card-box login-form">
5
-      <h3 class="title">vue-element-admin</h3>
5
+      <h3 class="title">gamble-admin</h3>
6 6
       <el-form-item prop="username">
7 7
         <span class="svg-container svg-container_login">
8 8
           <svg-icon icon-class="user" />