1
This commit is contained in:
parent
e436627f31
commit
21574f62da
@ -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: {
|
||||
|
@ -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: {
|
||||
|
@ -232,7 +232,6 @@ export default {
|
||||
},
|
||||
|
||||
deviceType: "",
|
||||
deviceSel: [],
|
||||
};
|
||||
},
|
||||
computed:{
|
||||
|
@ -225,10 +225,7 @@ export default {
|
||||
"id": ''
|
||||
},
|
||||
confirmPwd: '',
|
||||
typeSelList: [],
|
||||
|
||||
deviceType:'',
|
||||
deviceSel: [],
|
||||
}
|
||||
},
|
||||
computed:{
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user