zhengyiming
2025-02-19 e093258a86fd053984e6bda69dfc67f65a4c3290
apps/h5/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'],
  requiredPrivateInfos: ['getLocation'],
  permission: {
    'scope.userLocation': {
@@ -32,13 +32,13 @@
        text: '我的',
      },
    ],
    color: '#000',
    selectedColor: '#ff6d33',
    color: '#333',
    selectedColor: '#3a71ff',
    backgroundColor: '#fff',
    borderStyle: 'black',
    custom: true,
  },
  lazyCodeLoading: 'requiredComponents',
  lazyCodeLoading: 'requiredComponents',
  subpackages: [
    {
      root: 'subpackages/login',