diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 9e1dfd9..54ae816 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -114,7 +114,7 @@ export default {
this.$store.dispatch('LogOut').then(() => {
location.href =
process.env.VUE_APP_ENV === 'production'
- ? '/hd-realname/index'
+ ? '/gs-real-name/index'
: '/index'
})
})
diff --git a/src/router/index.js b/src/router/index.js
index 6589130..4141f2a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -266,5 +266,5 @@ export default new Router({
mode: 'history', // 去掉url中的#
scrollBehavior: () => ({ y: 0 }),
routes: constantRoutes,
- base: process.env.VUE_APP_ENV === 'production' ? '/hd-realname' : '',
+ base: process.env.VUE_APP_ENV === 'production' ? '/gs-real-name' : '',
})
diff --git a/src/utils/request.js b/src/utils/request.js
index 1791dca..db30edd 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -199,7 +199,7 @@ service.interceptors.response.use(
// location.href = '/index'
location.href =
process.env.VUE_APP_ENV === 'production'
- ? '/hd-realname/index'
+ ? '/gs-real-name/index'
: '/index'
})
})
diff --git a/src/utils/request_formdata.js b/src/utils/request_formdata.js
index deee81a..9422111 100644
--- a/src/utils/request_formdata.js
+++ b/src/utils/request_formdata.js
@@ -221,7 +221,7 @@ service.interceptors.response.use(
// location.href = '/index'
location.href =
process.env.VUE_APP_ENV === 'production'
- ? '/hd-realname/index'
+ ? '/gs-real-name/index'
: '/index'
})
})
diff --git a/src/views/basic-manage/project-manage/lot-project/add-or-edit-form.vue b/src/views/basic-manage/project-manage/lot-project/add-or-edit-form.vue
index d12d3fa..a7b37f8 100644
--- a/src/views/basic-manage/project-manage/lot-project/add-or-edit-form.vue
+++ b/src/views/basic-manage/project-manage/lot-project/add-or-edit-form.vue
@@ -109,7 +109,7 @@
-
+
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/src/views/construction-person/attendance-manage/attendance-machine/config.js b/src/views/construction-person/attendance-manage/attendance-machine/config.js
index c671066..2cefc3f 100644
--- a/src/views/construction-person/attendance-manage/attendance-machine/config.js
+++ b/src/views/construction-person/attendance-manage/attendance-machine/config.js
@@ -42,7 +42,7 @@ export const columnsList = [
{ t_props: 'proName', t_label: '工程名称' },
{ t_props: 'subName', t_label: '分包名称' },
{ t_props: 'teamName', t_label: '班组名称' },
- { t_slot: 'isShanghai', t_label: '工程类型' },
+ // { t_slot: 'isShanghai', t_label: '工程类型' },
{
t_label: '状态',
t_slot: 'onLine',
diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue
index 672195e..a8ffc28 100644
--- a/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue
+++ b/src/views/construction-person/entry-and-exit-manage/person-entry/add-or-edit-form.vue
@@ -1659,20 +1659,20 @@ export default {
console.log(res, 'res身份证人员是否有入场工程')
- if (
- res &&
- Object.keys(res).length > 0 &&
- res.isShanghai == 1 &&
- this.formType == 1
- ) {
- this.$modal.msgError(
- '当前人员已经入场上海工程,请前往上海多工程设置模块进行设置,正在跳转...',
- )
+ // if (
+ // res &&
+ // Object.keys(res).length > 0 &&
+ // res.isShanghai == 1 &&
+ // this.formType == 1
+ // ) {
+ // this.$modal.msgError(
+ // '当前人员已经入场上海工程,请前往上海多工程设置模块进行设置,正在跳转...',
+ // )
- setTimeout(() => {
- this.$emit('onOpenShanghaiProSetting', res.idNumber)
- }, 1000)
- }
+ // setTimeout(() => {
+ // this.$emit('onOpenShanghaiProSetting', res.idNumber)
+ // }, 1000)
+ // }
if (
res &&
Object.keys(res).length > 0 &&
@@ -1778,7 +1778,7 @@ export default {
// 处理下载身份证读卡器驱动
onHandleDownloadDriver() {
window.open(
- window.origin + '/hd-realname' + '/ZKIDROnline-Driven.zip',
+ window.origin + '/gs-real-name' + '/ZKIDROnline-Driven.zip',
)
},
diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue b/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue
index 8e9091d..32bd241 100644
--- a/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue
+++ b/src/views/construction-person/entry-and-exit-manage/person-entry/index.vue
@@ -53,14 +53,14 @@
>
模板下载
-
上海人员多工程设置
-
+ -->
@@ -317,7 +317,7 @@ export default {
// 判断是否为测试环境
if (process.env.VUE_APP_ENV === 'production') {
window.open(
- window.origin + '/hd-realname' + '/人员入场-模版.xlsx',
+ window.origin + '/gs-real-name' + '/人员入场-模版.xlsx',
)
} else {
window.open(window.origin + '/人员入场-模版.xlsx')
diff --git a/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue b/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue
index 6d48f65..bf49aca 100644
--- a/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue
+++ b/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue
@@ -478,7 +478,7 @@ export default {
// 判断是否为测试环境
if (process.env.VUE_APP_ENV === 'production') {
window.open(
- window.origin + '/hd-realname' + '/失信人员-模板.xlsx',
+ window.origin + '/gs-real-name' + '/失信人员-模板.xlsx',
)
} else {
window.open(window.origin + '/失信人员-模板.xlsx')
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
index 624a1da..79f7b92 100644
--- a/src/views/system/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -1,17 +1,37 @@
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
+
+ 搜索
+ 重置
+
+
-
-
- 新增
-
-
-
-
-
-
-
+
+
-
-
-
-
- {{ (queryParams.pageNum - 1) * 10 + scope.$index + 1 }}
-
-
-
-
-
-
-
-
+
+
+ {{
+ (queryParams.pageNum - 1) * 10 + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+
-
+
-
+
-
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
-
-
- 修改
-
- 删除
-
-
-
-
-
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
- 权限字符
-
-
-
-
- handleRoleLevelChange(val, dict)" v-model="form.roleLevelObj"
- v-for="dict in dict.type.role_level" :key="dict.value" :label="dict">{{
- dict.label }}
-
- {{ roleLevelTips }}
-
-
-
-
-
-
-
- {{ dict.label
- }}
-
-
-
-
- 展开/折叠
- 全选/全不选
-
- 父子联动
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ 权限字符
+
+
+
+
+ handleRoleLevelChange(val, dict)"
+ v-model="form.roleLevelObj"
+ v-for="dict in dict.type.role_level"
+ :key="dict.value"
+ :label="dict"
+ >{{ dict.label }}
+
+ {{
+ roleLevelTips
+ }}
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+ 展开/折叠
+ 全选/全不选
+
+ 父子联动
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 展开/折叠
- 全选/全不选
-
- 父子联动
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 展开/折叠
+ 全选/全不选
+
+ 父子联动
+
+
+
+
+
+
+
-
\ No newline at end of file
+