f
This commit is contained in:
@@ -2,6 +2,9 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
|
||||
|
||||
export default defineUniPages({
|
||||
pages: [
|
||||
{ path: 'pages/launch', style: { navigationStyle: 'custom', navigationBarTitleText: '' } },
|
||||
{ path: 'pages/index', style: { navigationBarTitleText: '首页' } },
|
||||
{ path: 'pages/privacy-consent', style: { navigationStyle: 'custom', navigationBarTitleText: '隐私政策授权' } },
|
||||
{ path: 'pages/agent', style: { navigationBarTitleText: '代理中心' } },
|
||||
{ path: 'pages/agent-manage-agreement', style: { navigationBarTitleText: '代理管理协议', navigationStyle: 'default' } },
|
||||
{ path: 'pages/agent-promote-details', auth: true, style: { navigationBarTitleText: '直推收益明细' } },
|
||||
@@ -15,7 +18,6 @@ export default defineUniPages({
|
||||
{ path: 'pages/help-detail', style: { navigationBarTitleText: '帮助详情' } },
|
||||
{ path: 'pages/help-guide', style: { navigationBarTitleText: '引导指南' } },
|
||||
{ path: 'pages/history-query', auth: true, style: { navigationBarTitleText: '历史报告' } },
|
||||
{ path: 'pages/index', style: { navigationBarTitleText: '首页' } },
|
||||
{ path: 'pages/inquire', style: { navigationBarTitleText: '查询报告' } },
|
||||
{ path: 'pages/invitation', auth: true, style: { navigationBarTitleText: '邀请下级' } },
|
||||
{ path: 'pages/invitation-agent-apply', auth: true, style: { navigationBarTitleText: '代理申请' } },
|
||||
@@ -26,7 +28,6 @@ export default defineUniPages({
|
||||
{ path: 'pages/payment-result', auth: true, style: { navigationBarTitleText: '支付结果' } },
|
||||
{ path: 'pages/privacy-policy', style: { navigationBarTitleText: '隐私政策', navigationStyle: 'default' } },
|
||||
{ path: 'pages/promote', auth: true, style: { navigationBarTitleText: '推广管理' } },
|
||||
{ path: 'pages/promotion-inquire', style: { navigationBarTitleText: '推广查询' } },
|
||||
{ path: 'pages/report-example-webview', style: { navigationBarTitleText: '示例报告', navigationStyle: 'default' } },
|
||||
{ path: 'pages/report-result-webview', auth: true, style: { navigationBarTitleText: '报告结果', navigationStyle: 'default' } },
|
||||
{ path: 'pages/report-share', style: { navigationBarTitleText: '报告分享', navigationStyle: 'default' } },
|
||||
|
||||
Reference in New Issue
Block a user