diff --git a/god-ui/src/App.vue b/god-ui/src/App.vue
index 07f9da5e..47d98ee5 100644
--- a/god-ui/src/App.vue
+++ b/god-ui/src/App.vue
@@ -11,7 +11,7 @@ import ThemePicker from "@/components/ThemePicker";
export default {
name: "App",
created() {
- this.$store.dispatch('LogOut')
+ if (process.env.NODE_ENV !== 'development') this.$store.dispatch('LogOut')
},
components: { ThemePicker },
methods:{
diff --git a/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue b/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue
index c95aa002..ebd511bd 100644
--- a/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue
+++ b/god-ui/src/views/aiRecognition/regionalPersonnel/index.vue
@@ -40,48 +40,48 @@
size="mini"
@click="handleAdd"
- >新增
+ >人工新增
-
- -->
+
+
+
+
+
+
+
- >修改
-
-
-
- 修改-->
+
+
+
+
+
+
+
+
+
+
- >删除
-
-
-
- 删除-->
+
+
+
+
+
+
+
+
+
- >导出
-
-
+
+
+
-
+
@@ -215,7 +215,7 @@ export default {
reserveThirteen: null,
reserveFourteen: null,
sysType: null,
- moduleType: 'regionalPersonnel',
+ moduleType: 'regionalPersonnelImg',
dataType: '视频信息'
},
// 表单参数
@@ -360,7 +360,7 @@ export default {
reserveThirteen: null,
reserveFourteen: null,
sysType: null,
- moduleType: 'regionalPersonnel',
+ moduleType: 'regionalPersonnelImg',
remark: null
}
this.resetForm('form')
@@ -420,7 +420,7 @@ export default {
/** 删除按钮操作 */
handleDelete(row) {
const ids = row.id || this.ids
- this.$modal.confirm('是否确认删除作业监控视频管理编号为"' + ids + '"的数据项?').then(function () {
+ this.$modal.confirm('是否确认删除重要区域工作人员检测编号为"' + ids + '"的数据项?').then(function () {
return delGodUniversalElectricMeter(ids)
}).then(() => {
this.getList()