From e2b53042ccc6cabe4a76f9b33b17b251f878d371 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 02 一月 2024 17:21:26 +0800
Subject: [PATCH] 修改前端页面

---
 src/main.js |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/src/main.js b/src/main.js
index 42298d2..320ac81 100644
--- a/src/main.js
+++ b/src/main.js
@@ -15,6 +15,7 @@
 import TscPrintUtil from './assets/js/TscPrintUtil'
 import Print from './assets/js/print'
 import moment from 'moment'
+import store from './store/index' // 寮曞叆vuex
 Vue.prototype.$moment = moment;
 Vue.use(Print) // 娉ㄥ唽
 import ViewUI from 'view-design';
@@ -46,9 +47,7 @@
 
 Vue.use(ViewUI);
 Vue.config.productionTip = false
-Vue.use(ElementUI, {
-    size: 'small'
-});
+Vue.use(ElementUI);
 
 import echarts from 'echarts'
 Vue.prototype.$echarts = echarts;
@@ -77,19 +76,28 @@
 // 閰嶇疆鏂囦欢
 Vue.prototype.$systemconfig = {
 // 鏈嶅姟绔矾寰�
-    basePath: 'http://183.196.93.178:8089',
-    //basePath:'http://127.0.0.1:8089'
+    //basePath: 'http://183.196.93.178:8089',
+    basePath:'http://127.0.0.1:8089'
 }
 Vue.prototype.$byutil = byUtils
 Vue.prototype.$stringUtil = StringUtil
 Vue.prototype.$tscPrintUtil = TscPrintUtil
-
+// const rolesList = JSON.parse(localStorage.getItem('userRouters'))
 //浣跨敤閽╁瓙鍑芥暟瀵硅矾鐢辫繘琛屾潈闄愯烦杞�
 // router.beforeEach((to, from, next) => {
 //     let user = byUtils.getUser()
 //     if (!user && to.path!== '/') {
 //         next('/');
 //     }
+
+//    console.log(to,"瑙﹀彂浜�",router.options.routes);
+//    // type 2 : all admin
+//    // type 0 :  娉婅溅 id:2
+//    // type 1 :  鎵ф硶 id:3
+
+
+
+//    next();
 //         //
 //     // if (to.path==='/login') {
 //     //     byUtils.setUser(null)
@@ -110,6 +118,7 @@
 //         } else {
 //             next();
 //         }
+
 //     // }
 // })
 // router.beforeEach((to, from, next) => {
@@ -143,5 +152,6 @@
 
 new Vue({
     router,
+    store,
     render: h => h(App)
 }).$mount('#app')

--
Gitblit v1.9.1