瀏覽代碼

'修改IP和域名'

Zhouyiping 2 天之前
父節點
當前提交
9e05a65820
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/utils/global_variable.js
  2. 1 1
      vue.config.js

+ 1 - 1
src/utils/global_variable.js

@@ -1,5 +1,5 @@
 
- const codeUrl = 'https://lcccd.com/weixin/miniprogram'
+ const codeUrl = 'https://tianmuyunke.com/weixin/miniprogram'
 
 export default {
    codeUrl

+ 1 - 1
vue.config.js

@@ -39,7 +39,7 @@ module.exports = {
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
         // target: 'http://127.0.0.1:7071',
-        target: 'http://117.72.170.35:7071',
+        target: 'http://8.138.199.128:7071',
         changeOrigin: true,
         pathRewrite: {
           ["^" + process.env.VUE_APP_BASE_API]: "",