347617796@qq.com il y a 3 ans
Parent
commit
c3dcb15ae0
2 fichiers modifiés avec 10 ajouts et 23 suppressions
  1. 0 13
      src/api/auth.js
  2. 10 10
      src/router/index.js

+ 0 - 13
src/api/auth.js

@@ -21,19 +21,6 @@ function deepCopy(obj) {//深度拷贝对象
     }
     return result;
 }
-let data={
-	name:'div',
-	colro:['red','green'],
-	childer:{
-		name:'span',
-		colro:'red',
-		content:['哈哈','喜喜']
-	}
-}
-
-let data2=deepCopy(data)
-console.log(data2)
-
 
 export function openError(data) {
     if(process.env.NODE_ENV=='production'){

+ 10 - 10
src/router/index.js

@@ -279,16 +279,16 @@ const routes = [{
 					jurisdiction: ['dept_manager', 'employee']
 				}
 			},
-			{
-				path: '/buy',
-				name: '内购',
-				component: () => import( /* webpackChunkName: "buy" */ '@/views/set/buy.vue'),
-				meta: {
-					icon: 'icon-shezhi_xitongpeizhi',
-					groupCode: 'set',
-					jurisdiction: ['dept_manager', 'employee']
-				}
-			},
+			// {
+			// 	path: '/buy',
+			// 	name: '内购',
+			// 	component: () => import( /* webpackChunkName: "buy" */ '@/views/set/buy.vue'),
+			// 	meta: {
+			// 		icon: 'icon-shezhi_xitongpeizhi',
+			// 		groupCode: 'set',
+			// 		jurisdiction: ['dept_manager', 'employee']
+			// 	}
+			// },
 			{
 				path: '/update_notice',
 				name: '公告列表',