feat: 普通用户静态路由定义
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
const viewEn: any = {
|
||||
"view.endpoint": "endpoint",
|
||||
"view.endpoint_access": "current",
|
||||
"view.endpoint_records": "Historical",
|
||||
"view.billing": "Billing",
|
||||
"view.billing_histories": "Historical",
|
||||
"view.set-meal": "Set Meal",
|
||||
};
|
||||
|
||||
const local: any = {
|
||||
system: {
|
||||
title: 'WANFi Platform'
|
||||
@@ -522,7 +531,8 @@ const local: any = {
|
||||
expand: 'Expand Menu',
|
||||
pin: 'Pin',
|
||||
unpin: 'Unpin'
|
||||
}
|
||||
},
|
||||
...viewEn
|
||||
};
|
||||
|
||||
export default local;
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
const viewZh: any = {
|
||||
"view.endpoint": "终端设备",
|
||||
"view.endpoint_access": "当前设备",
|
||||
"view.endpoint_records": "历史设备",
|
||||
"view.billing": "账单",
|
||||
"view.billing_histories": "历史查询",
|
||||
"view.set-meal": "套餐",
|
||||
};
|
||||
|
||||
const local:any = {
|
||||
system: {
|
||||
title: 'WANFi 平台',
|
||||
@@ -522,7 +531,8 @@ const local:any = {
|
||||
expand: '展开菜单',
|
||||
pin: '固定',
|
||||
unpin: '取消固定'
|
||||
}
|
||||
},
|
||||
...viewZh
|
||||
};
|
||||
|
||||
export default local;
|
||||
|
||||
Reference in New Issue
Block a user