@@ -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' // 线上
}
@@ -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 != "车管所" &&
@@ -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,