wupengfei
昨天 e372854c71bc97d162452cc4b3f5cfa586da50a8
apps/taro/src/app.config.ts
@@ -20,7 +20,7 @@
            },
          ],
          color: '#333',
          selectedColor: '#3a71ff',
          selectedColor: '#028CFF',
          backgroundColor: '#fff',
          borderStyle: 'black',
          custom: true,
@@ -61,8 +61,8 @@
        text: '我的',
      },
    ],
    color: '#333',
    selectedColor: '#3a71ff',
    color: '#2F303D',
    selectedColor: '#028CFF',
    backgroundColor: '#fff',
    borderStyle: 'black',
    custom: true,
@@ -111,7 +111,13 @@
    },
    {
      root: 'subpackages/my',
      pages: ['shareQrcode/shareQrcode', 'dashboard/dashboard'],
      pages: [
        'shareQrcode/shareQrcode',
        'dashboard/dashboard',
        'applyAgent/applyAgent',
        'applyResult/applyResult',
        'promotionQrcode/promotionQrcode',
      ],
    },
  ],
  // preloadRule: {