张佳燕 1 жил өмнө
parent
commit
22978cd6f2

+ 2 - 2
public/config.js

@@ -1,5 +1,5 @@
 window.g = {
-  // ApiUrl: 'http://192.168.11.11:9100/yx-fyzd' // 本地
-  ApiUrl: 'https://tx.hz-hanghui.com:8088/yx-fyzd' // 线上
+  ApiUrl: 'http://192.168.11.17:9100/yx-fyzd/' // 本地
+  // ApiUrl: 'https://tx.hz-hanghui.com:8088/yx-fyzd' // 线上
 
 }

+ 3 - 0
src/layout/components/Sidebar/SidebarItem.vue

@@ -129,6 +129,9 @@ export default {
       if (this.placeType != 2 && item.path.indexOf("enterprise") > -1) {
         return false;
       }
+      if (this.placeType != 2 && item.path.indexOf("audit_authority") > -1) {
+        return false;
+      }
       if (
         item.path === "/exception_model" &&
         this.tagName != "车管所" &&

+ 12 - 1
src/router/index.js

@@ -152,7 +152,18 @@ export const constantRoutes = [
       }
     ]
   },
-
+  {
+    path: '/audit_authority',
+    component: Layout,
+    children: [
+      {
+        path: 'index',
+        name: 'white_list',
+        component: () => import('@/views/audit_authority/index'),
+        meta: { title: '审核权限列表', role: [5], visitorType: ['1'], icon: 'el-icon-paperclip' }
+      }
+    ]
+  },
   {
     path: '/visitors_list',
     component: Layout,

+ 0 - 0
src/views/audit_authority/index.vue


Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 491 - 233
src/views/user_manage/index.vue


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно