添加登录配置项

This commit is contained in:
wangxiaowei
2026-01-07 16:01:46 +08:00
parent 9925ffc52d
commit 298d769adf

View File

@ -237,6 +237,7 @@
{ {
"path": "settle-in/parten", "path": "settle-in/parten",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -245,6 +246,7 @@
{ {
"path": "settle-in/tea-room", "path": "settle-in/tea-room",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -253,6 +255,7 @@
{ {
"path": "settle-in/tea-specialist", "path": "settle-in/tea-specialist",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -261,6 +264,7 @@
{ {
"path": "store-recharge/store-recharge", "path": "store-recharge/store-recharge",
"type": "page", "type": "page",
"needLogin": true,
"layout": "tabbar", "layout": "tabbar",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -323,6 +327,7 @@
{ {
"path": "wallet/bill", "path": "wallet/bill",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -331,6 +336,7 @@
{ {
"path": "wallet/pay-bill", "path": "wallet/pay-bill",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -339,6 +345,7 @@
{ {
"path": "wallet/recharge", "path": "wallet/recharge",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -356,6 +363,7 @@
{ {
"path": "order/after-sales/after-sales", "path": "order/after-sales/after-sales",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -364,6 +372,7 @@
{ {
"path": "order/douyin/douyin-order-detail", "path": "order/douyin/douyin-order-detail",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -372,6 +381,7 @@
{ {
"path": "order/douyin/excharge", "path": "order/douyin/excharge",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -389,6 +399,7 @@
{ {
"path": "order/platform/direct-order-detail", "path": "order/platform/direct-order-detail",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -397,6 +408,7 @@
{ {
"path": "order/platform/franchise-order-detail", "path": "order/platform/franchise-order-detail",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -405,6 +417,7 @@
{ {
"path": "order/platform/order-detail", "path": "order/platform/order-detail",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -440,6 +453,7 @@
{ {
"path": "order/tea-specialist/order-detail", "path": "order/tea-specialist/order-detail",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -457,6 +471,7 @@
{ {
"path": "parten/pages/bank-card/add", "path": "parten/pages/bank-card/add",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationBarBackgroundColor": "#FFF", "navigationBarBackgroundColor": "#FFF",
@ -466,6 +481,7 @@
{ {
"path": "parten/pages/bank-card/list", "path": "parten/pages/bank-card/list",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationBarBackgroundColor": "#F6F7F9", "navigationBarBackgroundColor": "#F6F7F9",
@ -475,6 +491,7 @@
{ {
"path": "parten/pages/bill/bill", "path": "parten/pages/bill/bill",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationBarBackgroundColor": "#FFF", "navigationBarBackgroundColor": "#FFF",
@ -484,6 +501,7 @@
{ {
"path": "parten/pages/fund-record/fund-record", "path": "parten/pages/fund-record/fund-record",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationBarBackgroundColor": "#FFF", "navigationBarBackgroundColor": "#FFF",
@ -493,6 +511,7 @@
{ {
"path": "parten/pages/my/my", "path": "parten/pages/my/my",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -501,6 +520,7 @@
{ {
"path": "parten/pages/sub/profile", "path": "parten/pages/sub/profile",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -509,6 +529,7 @@
{ {
"path": "parten/pages/sub/sub", "path": "parten/pages/sub/sub",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationBarBackgroundColor": "#FFF", "navigationBarBackgroundColor": "#FFF",
@ -518,6 +539,7 @@
{ {
"path": "parten/pages/withdraw/progress", "path": "parten/pages/withdraw/progress",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationBarBackgroundColor": "#FFF", "navigationBarBackgroundColor": "#FFF",
@ -527,6 +549,7 @@
{ {
"path": "parten/pages/withdraw/withdraw", "path": "parten/pages/withdraw/withdraw",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationBarBackgroundColor": "#F6F7F9", "navigationBarBackgroundColor": "#F6F7F9",
@ -550,7 +573,7 @@
{ {
"path": "pages/tea-specialist/detail", "path": "pages/tea-specialist/detail",
"type": "page", "type": "page",
"needLogin": "true", "needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -568,6 +591,7 @@
{ {
"path": "pages/tea-specialist/reserve", "path": "pages/tea-specialist/reserve",
"type": "page", "type": "page",
"needLogin": true,
"layout": "tabbar", "layout": "tabbar",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -576,6 +600,7 @@
{ {
"path": "pages/tea-specialist/store", "path": "pages/tea-specialist/store",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -584,6 +609,7 @@
{ {
"path": "pages/tea-specialist/address/add", "path": "pages/tea-specialist/address/add",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
@ -592,6 +618,7 @@
{ {
"path": "pages/tea-specialist/address/list", "path": "pages/tea-specialist/address/list",
"type": "page", "type": "page",
"needLogin": true,
"layout": "default", "layout": "default",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"