Explorar el Código

feat: 腾讯充值页面路由配置

Damon hace 10 meses
padre
commit
64b9567537
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. 9 2
      src/pages.json

+ 9 - 2
src/pages.json

@@ -2,8 +2,7 @@
   "easycom": {
     "^z-(.*)": "@zebra-ui/swiper/components/z-$1/z-$1.vue"
   },
-  "pages": [
-    {
+  "pages": [{
       // 设备引导页
       "path": "pages/guide/index",
       "style": {
@@ -200,6 +199,14 @@
       }
     },
     {
+      // 腾讯充值
+      "path": "pages/pay/tencent",
+      "style": {
+        "navigationBarTitleText": "流量充值",
+        "navigationStyle": "custom"
+      }
+    },
+    {
       // 开通记录
       "path": "pages/pay/detail",
       "style": {