2
0

feat: 普通用户静态路由定义

This commit is contained in:
TsMask
2024-12-03 11:45:58 +08:00
parent 3f4ffdf09f
commit cbd6ffb334
6 changed files with 106 additions and 406 deletions

View File

@@ -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;

View File

@@ -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;