소스 검색

'修改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]: "",