storeBelieveInLight 1 год назад
Родитель
Сommit
56e530ca23
3 измененных файлов с 586 добавлено и 482 удалено
  1. 17 1
      manifest.json
  2. 568 480
      shop/perating/activitecode.vue
  3. 1 1
      shop/productManagementModule/addProduct.vue

+ 17 - 1
manifest.json

@@ -90,12 +90,28 @@
90
         // 自行修改下方的 /web
90
         // 自行修改下方的 /web
91
         "/gateway": {
91
         "/gateway": {
92
           // "secure": false,
92
           // "secure": false,
93
-          "target": "https://testapi.hxxfb.com",
93
+          "target": "https://api.hxxfb.com",
94
           "pathRewirte": {
94
           "pathRewirte": {
95
             //路径重写
95
             //路径重写
96
             "^/gateway": "/gateway"
96
             "^/gateway": "/gateway"
97
           }
97
           }
98
         },
98
         },
99
+		"/yihucha": {
100
+		  // "secure": false,
101
+		  "target": "https://cdn.bjtdba.com",
102
+		  "pathRewirte": {
103
+		    //路径重写
104
+		    "^/yihucha": "/yihucha"
105
+		  }
106
+		},
107
+		"/vod": {
108
+		  // "secure": false,
109
+		  "target": "https://cdn.bjtdba.com",
110
+		  "pathRewirte": {
111
+		    //路径重写
112
+		    "^/vod": "/vod"
113
+		  }
114
+		},
99
         // "target" : "https://api.hebeiyhc.com"
115
         // "target" : "https://api.hebeiyhc.com"
100
         // "target": "http://8.141.0.149:9000",
116
         // "target": "http://8.141.0.149:9000",
101
         // "target": "https://app.bjtdba.com"
117
         // "target": "https://app.bjtdba.com"

Разница между файлами не показана из-за своего большого размера
+ 568 - 480
shop/perating/activitecode.vue


+ 1 - 1
shop/productManagementModule/addProduct.vue

@@ -3,7 +3,7 @@
3
     <view class="headers">
3
     <view class="headers">
4
       <headersVue headerTitle="添加商品" @headerJump="headerJump"></headersVue>
4
       <headersVue headerTitle="添加商品" @headerJump="headerJump"></headersVue>
5
       <view class="headers-title">
5
       <view class="headers-title">
6
-        <view class="content"> 该功能仅支持单规格商品快速添加,可在PC </view>
6
+        <view class="content"> 该功能仅支持单规格商品快速添加,可在PC端编辑 </view>
7
       </view>
7
       </view>
8
     </view>
8
     </view>
9
     <view class="content-wrrapper">
9
     <view class="content-wrrapper">