wuyouming666
2023-09-18 a0e05f4c659a5b1053e10dffedb4c3f53179c31c
增加参数下发 开关控制进入页面验证密码
4个文件已修改
15 ■■■■ 已修改文件
CanadaMes-ui/src/lang/locales/en-US.json 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CanadaMes-ui/src/lang/locales/zh-CN.json 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CanadaMes-ui/src/views/Electrical/Action.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springboot-vue3/src/main/java/com/example/springboot/controller/UserController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CanadaMes-ui/src/lang/locales/en-US.json
@@ -274,16 +274,10 @@
  "Are you sure to perform this operation ?":"Are you sure to perform this operation ?",
  "prompt":"prompt",
  "Yes":"Yes",
<<<<<<< .mine
  "No":"No",
  "ElectricalPassword":"ElectricalPassword"
=======
  "No":"No",
  "Please enter the password":"Please enter the password",
  "Password error":"Password error",
  "DataBase Connection failed":"DataBase Connection failed"
>>>>>>> .theirs
}
CanadaMes-ui/src/lang/locales/zh-CN.json
@@ -279,11 +279,9 @@
  "alacontent": "报警内容",
  "time-on": "开始时间",
  "End-Time": "结束时间",
<<<<<<< HEAD
  "ElectricalPassword":"电气密码"
=======
  "Please enter the password":"请输入密码",
  "Password error":"密码错误",
  "DataBase Connection failed":"数据库连接失败"
>>>>>>> 5aa99c119f387d6f32a58dfc7190351f6f92ecf6
}
CanadaMes-ui/src/views/Electrical/Action.vue
@@ -123,6 +123,7 @@
      // 密码正确,执行相应操作
    } else {
      this.$message.success(this.$t('Password error')); // 密码错误
    }
  }).catch(() => {
    this.$message({
springboot-vue3/src/main/java/com/example/springboot/controller/UserController.java
@@ -171,7 +171,7 @@