This commit is contained in:
home孙 2025-06-30 11:32:00 +08:00
parent e436627f31
commit 21574f62da
5 changed files with 9 additions and 8 deletions

View File

@ -351,7 +351,9 @@ module.exports = {
growthStage: "Growth Stage",
operations: "Operations",
edit: "Edit",
delete: "Delete"
delete: "Delete",
role:'Role',
},
dialog: {
title: "Edit",
@ -454,6 +456,7 @@ module.exports = {
nickname: "Nickname",
phone: "Phone Number",
changePassword: "Change Password",
role:'Role',
},
dialogs: {

View File

@ -360,7 +360,8 @@ module.exports = {
growthStage: "生长阶段",
operations: "操作",
edit: "编辑",
delete: "删除"
delete: "删除",
role:'角色',
},
dialog: {
title: "编辑",
@ -464,6 +465,7 @@ module.exports = {
changePassword: "修改密码",
deviceCode: "设备code码",
deviceType: "设备类型",
role:'角色',
},
dialogs: {

View File

@ -232,7 +232,6 @@ export default {
},
deviceType: "",
deviceSel: [],
};
},
computed:{

View File

@ -225,10 +225,7 @@ export default {
"id": ''
},
confirmPwd: '',
typeSelList: [],
deviceType:'',
deviceSel: [],
}
},
computed:{

View File

@ -44,9 +44,9 @@ module.exports = {
},
proxy: {
"/api": {
// target: 'https://api.lihe-control.com', //地址
target: 'https://api.lihe-control.com', //地址
// target: 'http://jiaxingtest.a1.luyouxia.net:21114', //地址
target: 'http://jiaxingtest.e1.luyouxia.top:19159', //地址
// target: 'http://jiaxingtest.e1.luyouxia.top:19159', //地址
// target: 'http://jiaxingtest.a1.luyouxia.net:25762', //地址
changeOrigin: true,
pathRewrite: {