소스 검색

非实名

张佳燕 1 년 전
부모
커밋
22978cd6f2
5개의 변경된 파일508개의 추가작업 그리고 236개의 파일을 삭제
  1. 2 2
      public/config.js
  2. 3 0
      src/layout/components/Sidebar/SidebarItem.vue
  3. 12 1
      src/router/index.js
  4. 0 0
      src/views/audit_authority/index.vue
  5. 491 233
      src/views/user_manage/index.vue

+ 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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.