Преглед изворни кода

```
refactor(pages): 移除电影子包相关页面配置

移除了subPack-film子包及其包含的所有页面配置,包括选片、选座、
电影列表、订单等页面。同时更新了uni-pages.d.ts中的类型定义,
删除对应的页面路径声明。
```

zouzexu пре 1 недеља
родитељ
комит
b74f8ed429
2 измењених фајлова са 0 додато и 108 уклоњено
  1. 0 98
      src/pages.json
  2. 0 10
      src/uni-pages.d.ts

+ 0 - 98
src/pages.json

@@ -288,104 +288,6 @@
         }
       ]
     },
-    {
-      "root": "subPack-film",
-      "pages": [
-        {
-          "path": "choose-film/index",
-          "name": "film-choose-film",
-          "islogin": false,
-          "style": {
-            "navigationStyle": "custom",
-            "navigationBarTitleText": "我的订单",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "choose-seat/index",
-          "name": "film-choose-seat",
-          "islogin": false,
-          "style": {
-            "navigationBarTitleText": "座次选择",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "index/index",
-          "name": "film-index",
-          "islogin": true,
-          "style": {
-            "navigationBarTitleText": "电影演出",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "movie/index",
-          "name": "film-movie",
-          "islogin": false,
-          "style": {
-            "navigationStyle": "custom",
-            "navigationBarTitleText": "电影演出",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "movie-detail/index",
-          "name": "film-movie-detail",
-          "islogin": false,
-          "style": {
-            "navigationStyle": "custom",
-            "navigationBarTitleText": "电影详情",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "movie-list/index",
-          "name": "film-movieList",
-          "islogin": false,
-          "style": {
-            "navigationBarTitleText": "电影演出",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "order/index",
-          "name": "film-order",
-          "islogin": false,
-          "style": {
-            "navigationBarTitleText": "我的订单",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "order-detail/index",
-          "name": "film-order-detail",
-          "islogin": false,
-          "style": {
-            "navigationBarTitleText": "订单详情",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "select-time/index",
-          "name": "film-select-time",
-          "islogin": false,
-          "style": {
-            "navigationBarTitleText": "",
-            "backgroundColorBottom": "#fff"
-          }
-        },
-        {
-          "path": "submit-order/index",
-          "name": "film-submit-order",
-          "islogin": false,
-          "style": {
-            "navigationBarTitleText": "确认订单",
-            "backgroundColorBottom": "#fff"
-          }
-        }
-      ]
-    },
     {
       "root": "subPack-charge",
       "pages": [

+ 0 - 10
src/uni-pages.d.ts

@@ -25,16 +25,6 @@ interface NavigateToOptions {
        "/subPack-common/revalueSuccess/index" |
        "/subPack-common/user-center/index" |
        "/subPack-smqjh/order/index" |
-       "/subPack-film/choose-film/index" |
-       "/subPack-film/choose-seat/index" |
-       "/subPack-film/index/index" |
-       "/subPack-film/movie/index" |
-       "/subPack-film/movie-detail/index" |
-       "/subPack-film/movie-list/index" |
-       "/subPack-film/order/index" |
-       "/subPack-film/order-detail/index" |
-       "/subPack-film/select-time/index" |
-       "/subPack-film/submit-order/index" |
        "/subPack-charge/chargeDetail/chargeDetail" |
        "/subPack-charge/chargeing/chargeing" |
        "/subPack-charge/chargeMap/chargeMap" |