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

View File

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

View File

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

View File

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

View File

@ -44,9 +44,9 @@ module.exports = {
}, },
proxy: { proxy: {
"/api": { "/api": {
// target: 'https://api.lihe-control.com', //地址 target: 'https://api.lihe-control.com', //地址
// target: 'http://jiaxingtest.a1.luyouxia.net:21114', //地址 // 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', //地址 // target: 'http://jiaxingtest.a1.luyouxia.net:25762', //地址
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {