storeBelieveInLight il y a 1 an
Parent
commit
56e530ca23
3 fichiers modifiés avec 586 ajouts et 482 suppressions
  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 90
         // 自行修改下方的 /web
91 91
         "/gateway": {
92 92
           // "secure": false,
93
-          "target": "https://testapi.hxxfb.com",
93
+          "target": "https://api.hxxfb.com",
94 94
           "pathRewirte": {
95 95
             //路径重写
96 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 115
         // "target" : "https://api.hebeiyhc.com"
100 116
         // "target": "http://8.141.0.149:9000",
101 117
         // "target": "https://app.bjtdba.com"

Fichier diff supprimé car celui-ci est trop grand
+ 568 - 480
shop/perating/activitecode.vue


+ 1 - 1
shop/productManagementModule/addProduct.vue

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