Browse Source

'修改IP和域名'

Zhouyiping 2 days ago
parent
commit
9e05a65820
2 changed files with 2 additions and 2 deletions
  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]: "",