Sfoglia il codice sorgente

更新版本号1.2.4

Yannay 1 mese fa
parent
commit
2231982d89
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      manifest.json

+ 4 - 2
manifest.json

@@ -2,7 +2,7 @@
2
     "name" : "小葫芦",
2
     "name" : "小葫芦",
3
     "appid" : "__UNI__DDAE2E0",
3
     "appid" : "__UNI__DDAE2E0",
4
     "description" : "",
4
     "description" : "",
5
-    "versionName" : "1.2.3",
5
+    "versionName" : "1.2.4",
6
     "versionCode" : 123,
6
     "versionCode" : 123,
7
     "transformPx" : false,
7
     "transformPx" : false,
8
     "app-plus" : {
8
     "app-plus" : {
@@ -206,7 +206,9 @@
206
                     "target" : "https://crm.nanjingshiyu.com",
206
                     "target" : "https://crm.nanjingshiyu.com",
207
                     "changeOrigin" : true,
207
                     "changeOrigin" : true,
208
                     "secure" : false,
208
                     "secure" : false,
209
-                    "pathRewrite": { "^/prod-api": "" }
209
+                    "pathRewrite" : {
210
+                        "^/prod-api" : ""
211
+                    }
210
                 }
212
                 }
211
             }
213
             }
212
         },
214
         },