zhengyiming
2025-02-13 2aeb3037ac790c84161a4f6745e0ab7157820a2c
apps/bMiniApp/src/app.config.ts
@@ -1,6 +1,6 @@
export default defineAppConfig({
  entryPagePath: 'pages/home/index',
  pages: ['pages/home/index', 'pages/mine/index'],
  pages: ['pages/home/index', 'pages/mine/index', 'pages/workbenches/workbenches'],
  requiredPrivateInfos: ['getLocation'],
  permission: {
    'scope.userLocation': {
@@ -26,6 +26,12 @@
        text: '首页',
      },
      {
        pagePath: 'pages/workbenches/workbenches',
        iconPath: 'assets/tabbar/icon-task.png',
        selectedIconPath: 'assets/tabbar/icon-task-active.png',
        text: '工作台',
      },
      {
        pagePath: 'pages/mine/index',
        iconPath: 'assets/tabbar/icon-mine.png',
        selectedIconPath: 'assets/tabbar/icon-mine-active.png',
@@ -47,6 +53,8 @@
        'userPolicy/userPolicy',
        'loginByForm/loginByForm',
        'registerForm/registerForm',
        'mineUserPolicy/mineUserPolicy',
        'privacyPolicy/privacyPolicy',
      ],
    },
    {
@@ -59,6 +67,10 @@
      ],
    },
    {
      root: 'subpackages/mine',
      pages: ['setting/setting'],
    },
    {
      root: 'subpackages/city',
      pages: ['citySelect/citySelect'],
    },