Sfoglia il codice sorgente

地址调整测试

lsx 2 anni fa
parent
commit
bb03da761b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -8,7 +8,7 @@ module.exports = {
 	      [process.env.VUE_APP_BASE_API]: {
 	      // target: `https://mp-api.51jiazhu.com`,
 	      // target: `https://test-mp.quanshu123.com`,
-			  target: `https://mptest.kaimanghe.net`,
+			  target: `http://mptest.kaimanghe.net`,
 	        changeOrigin: true,
 	        pathRewrite: {
 	          ['^' + process.env.VUE_APP_BASE_API]: ''