暂时提交配置
This commit is contained in:
parent
45245cd878
commit
6df73471a6
@ -126,6 +126,11 @@
|
|||||||
"navigationBarTitleText": "聊天"
|
"navigationBarTitleText": "聊天"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/Modal/index",
|
||||||
|
"type": "page",
|
||||||
|
"style": {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/my/index",
|
"path": "pages/my/index",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
@ -346,6 +351,29 @@
|
|||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/Modal/authentication/1",
|
||||||
|
"type": "page",
|
||||||
|
"style": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/Modal/authentication/2",
|
||||||
|
"type": "page",
|
||||||
|
"style": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/Modal/authentication/3",
|
||||||
|
"type": "page",
|
||||||
|
"layout": "default",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "宠托师资格证申请"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/Modal/blankPage/1",
|
||||||
|
"type": "page",
|
||||||
|
"style": {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/mall/index/index",
|
"path": "pages/mall/index/index",
|
||||||
"aliasPath": "/mall",
|
"aliasPath": "/mall",
|
||||||
|
5
src/types/uni-pages.d.ts
vendored
5
src/types/uni-pages.d.ts
vendored
@ -18,6 +18,7 @@ interface NavigateToOptions {
|
|||||||
"/pages/message/index" |
|
"/pages/message/index" |
|
||||||
"/pages/message/message-list" |
|
"/pages/message/message-list" |
|
||||||
"/pages/message/privatechat" |
|
"/pages/message/privatechat" |
|
||||||
|
"/pages/Modal/index" |
|
||||||
"/pages/my/index" |
|
"/pages/my/index" |
|
||||||
"/pages/order/index" |
|
"/pages/order/index" |
|
||||||
"/pages/order/order-detail" |
|
"/pages/order/order-detail" |
|
||||||
@ -47,6 +48,10 @@ interface NavigateToOptions {
|
|||||||
"/pages/settings/index" |
|
"/pages/settings/index" |
|
||||||
"/pages/space/index" |
|
"/pages/space/index" |
|
||||||
"/pages/webview/webview" |
|
"/pages/webview/webview" |
|
||||||
|
"/pages/Modal/authentication/1" |
|
||||||
|
"/pages/Modal/authentication/2" |
|
||||||
|
"/pages/Modal/authentication/3" |
|
||||||
|
"/pages/Modal/blankPage/1" |
|
||||||
"/pages/mall/index/index" |
|
"/pages/mall/index/index" |
|
||||||
"/pages/mall/index/user" |
|
"/pages/mall/index/user" |
|
||||||
"/pages/mall/index/category" |
|
"/pages/mall/index/category" |
|
||||||
|
Loading…
Reference in New Issue
Block a user