feat: 添加现货机器人管理功能,更新相关路由和国际化配置,新增编辑组件
This commit is contained in:
4
src/typings/elegant-router.d.ts
vendored
4
src/typings/elegant-router.d.ts
vendored
@@ -29,6 +29,8 @@ declare module "@elegant-router/types" {
|
||||
"login": "/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?";
|
||||
"news": "/news";
|
||||
"notification": "/notification";
|
||||
"robot": "/robot";
|
||||
"robot_spot": "/robot/spot";
|
||||
"rwa": "/rwa";
|
||||
"rwa_product": "/rwa/product";
|
||||
"rwa_producttype": "/rwa/producttype";
|
||||
@@ -85,6 +87,7 @@ declare module "@elegant-router/types" {
|
||||
| "login"
|
||||
| "news"
|
||||
| "notification"
|
||||
| "robot"
|
||||
| "rwa"
|
||||
| "tokenization"
|
||||
| "transfer"
|
||||
@@ -117,6 +120,7 @@ declare module "@elegant-router/types" {
|
||||
| "home"
|
||||
| "news"
|
||||
| "notification"
|
||||
| "robot_spot"
|
||||
| "rwa_product"
|
||||
| "rwa_producttype"
|
||||
| "rwa_subscribe"
|
||||
|
||||
Reference in New Issue
Block a user