Merge branch 'main' of http://192.168.2.166:3180/OMC/ems_frontend_vue3
This commit is contained in:
@@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS"
|
|||||||
VITE_APP_CODE = "CN EMS"
|
VITE_APP_CODE = "CN EMS"
|
||||||
|
|
||||||
# 应用版本
|
# 应用版本
|
||||||
VITE_APP_VERSION = "2.231215.9"
|
VITE_APP_VERSION = "2.231220.9"
|
||||||
|
|
||||||
# 接口基础URL地址-不带/后缀
|
# 接口基础URL地址-不带/后缀
|
||||||
VITE_API_BASE_URL = "/omc-api"
|
VITE_API_BASE_URL = "/omc-api"
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export default {
|
|||||||
hide: 'Hidden',
|
hide: 'Hidden',
|
||||||
open: 'Open',
|
open: 'Open',
|
||||||
shut: 'Shut',
|
shut: 'Shut',
|
||||||
launch: 'Launch',
|
launch: 'Expend',
|
||||||
fold: 'Fold',
|
fold: 'Fold',
|
||||||
},
|
},
|
||||||
rowId: 'ID',
|
rowId: 'ID',
|
||||||
@@ -170,11 +170,11 @@ export default {
|
|||||||
settings: "Settings",
|
settings: "Settings",
|
||||||
},
|
},
|
||||||
tabs: {
|
tabs: {
|
||||||
reload: "Refresh current",
|
reload: "Refresh Current Tab",
|
||||||
more: "More Options",
|
more: "More Options",
|
||||||
closeCurrent: "Close Current",
|
closeCurrent: "Close Current Tab",
|
||||||
closeOther: "Close Other",
|
closeOther: "Close Other Tab",
|
||||||
closeAll: "Close All",
|
closeAll: "Close All Tab",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -464,7 +464,7 @@ export default {
|
|||||||
editOkTip: "Confirm updating the value of this {num} attribute?",
|
editOkTip: "Confirm updating the value of this {num} attribute?",
|
||||||
updateItemTip: "Confirm updating the data item with Index [{num}]?",
|
updateItemTip: "Confirm updating the data item with Index [{num}]?",
|
||||||
delItemTip: "Confirm deleting the data item with Index [{num}]?",
|
delItemTip: "Confirm deleting the data item with Index [{num}]?",
|
||||||
arrayMore: "commence",
|
arrayMore: "expend",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
neUser: {
|
neUser: {
|
||||||
|
|||||||
@@ -170,11 +170,11 @@ export default {
|
|||||||
settings: "个人设置",
|
settings: "个人设置",
|
||||||
},
|
},
|
||||||
tabs: {
|
tabs: {
|
||||||
reload: "刷新当前",
|
reload: "刷新当前标签",
|
||||||
more: "更多选项",
|
more: "更多选项",
|
||||||
closeCurrent: "关闭当前",
|
closeCurrent: "关闭当前标签",
|
||||||
closeOther: "关闭其他",
|
closeOther: "关闭其他标签",
|
||||||
closeAll: "关闭全部",
|
closeAll: "关闭全部标签",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user