Browse Source

temp save

liujq 4 years ago
parent
commit
e2ceee444d

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 0
dist/static/css/chunk-0180cb48.4386bd14.css

@@ -0,0 +1 @@
+.dashboard-container[data-v-15395edb]{margin:30px}.dashboard-text[data-v-15395edb]{font-size:30px;line-height:46px}

+ 0 - 1
dist/static/css/chunk-624941a4.887e1007.css

@@ -1 +0,0 @@
-.dashboard-container[data-v-252322a0]{margin:30px}.dashboard-text[data-v-252322a0]{font-size:30px;line-height:46px}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.88fdcb6e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.dbcca467.js


+ 1 - 0
dist/static/js/chunk-0180cb48.ed3ea959.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-0180cb48"],{"010a":function(s,a,e){"use strict";e("e7a1")},9406:function(s,a,e){"use strict";e.r(a);var t=function(){var s=this,a=s.$createElement,e=s._self._c||a;return e("div",{staticClass:"dashboard-container"},[e("div",{staticClass:"dashboard-text"},[s._v("你好,"+s._s(s.sysUser.nickname)+",这里将来是大数据统计展示页")])])},n=[],c=e("5530"),i=e("2f62"),r={name:"Dashboard",computed:Object(c["a"])({},Object(i["b"])(["sysUser"]))},o=r,u=(e("010a"),e("2877")),d=Object(u["a"])(o,t,n,!1,null,"15395edb",null);a["default"]=d.exports},e7a1:function(s,a,e){}}]);

+ 0 - 1
dist/static/js/chunk-624941a4.7fac4014.js

@@ -1 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-624941a4"],{9406:function(t,n,a){"use strict";a.r(n);var e=function(){var t=this,n=t.$createElement;t._self._c;return t._m(0)},c=[function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"dashboard-container"},[a("div",{staticClass:"dashboard-text"},[t._v("你好")])])}],s=(a("2f62"),{name:"Dashboard",computed:{}}),r=s,i=(a("d4b6"),a("2877")),d=Object(i["a"])(r,e,c,!1,null,"252322a0",null);n["default"]=d.exports},c90d:function(t,n,a){},d4b6:function(t,n,a){"use strict";a("c90d")}}]);

+ 7 - 7
src/router/index.js

@@ -44,14 +44,14 @@ export const moreRoutes = [
         path: 'dict',
         name: 'Dict',
         component: () => import('@/views/base/dict'),
-        meta: { title: '系统字典', affix: true }
+        meta: { title: '系统字典' }
       },
       {
         path: 'dictDtl',
         name: 'DictDtl',
         hidden: true,
         component: () => import('@/views/base/dictDtl'),
-        meta: { title: '系统字典详情', affix: true }
+        meta: { title: '系统字典详情' }
       }
     ]
   },
@@ -66,19 +66,19 @@ export const moreRoutes = [
         path: 'index',
         name: 'HouseIndex',
         component: () => import('@/views/house/index'),
-        meta: { title: '楼盘列表', affix: true }
+        meta: { title: '楼盘列表' }
       },
       {
         path: 'old',
         name: 'HouseOld',
         component: () => import('@/views/house/old'),
-        meta: { title: '二手房管理', affix: true }
+        meta: { title: '二手房管理' }
       },
       {
         path: 'theme',
         name: 'HouseTheme',
         component: () => import('@/views/house/theme'),
-        meta: { title: '模板主题', affix: true }
+        meta: { title: '模板主题' }
       },
     ]
   },
@@ -90,7 +90,7 @@ export const moreRoutes = [
       path: 'index',
       name: 'SchoolIndex',
       component: () => import('@/views/school/index'),
-      meta: { title: '学校管理', icon: 'dashboard', affix: true }
+      meta: { title: '学校管理', icon: 'dashboard' }
     }]
   },
   {
@@ -101,7 +101,7 @@ export const moreRoutes = [
       path: 'index',
       name: 'NewsIndex',
       component: () => import('@/views/news/index'),
-      meta: { title: '洪楼News', icon: 'dashboard', affix: true }
+      meta: { title: '洪楼News', icon: 'dashboard' }
     }]
   },
   // {

+ 4 - 4
src/views/dashboard/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="dashboard-container">
-    <div class="dashboard-text">你好</div>
+    <div class="dashboard-text">你好,{{sysUser.nickname}},这里将来是大数据统计展示页</div>
   </div>
 </template>
 
@@ -10,9 +10,9 @@ import { mapGetters } from 'vuex'
 export default {
   name: 'Dashboard',
   computed: {
-    // ...mapGetters([
-    //   'name',
-    // ])
+    ...mapGetters([
+      'sysUser',
+    ])
   }
 }
 </script>

Some files were not shown because too many files changed in this diff