Browse Source

修改接口

cr 4 years ago
parent
commit
e5890c45ee
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .env
  2. 1 1
      a.txt

+ 2 - 2
.env

@@ -7,13 +7,13 @@ NODE_ENV = 'production'
7 7
 VUE_APP_ENV = develop
8 8
 
9 9
 # 接口请求基地址
10
-VUE_APP_API_BASE_URL = https://youxuan.ixiaokejia.com
10
+VUE_APP_API_BASE_URL = http://localhost:8077
11 11
 
12 12
 # 接口请求基地址
13 13
 VUE_APP_WEBSOCKET_BASE_URL = 
14 14
 
15 15
 # 图片基地址
16
-VUE_APP_IMAGE_BASE_URL = https://youxuan.ixiaokejia.com
16
+VUE_APP_IMAGE_BASE_URL = http://localhost:8077
17 17
 VUE_APP_IMAGE_RESOURCE_URL = https://oss.ixiaokejia.com
18 18
 
19 19
 # 微信小程序appId

+ 1 - 1
a.txt

@@ -1,5 +1,5 @@
1 1
 VUE_APP_API_BASE_URL = https://youxuan.ixiaokejia.com
2
-http://localhost:8076
2
+http://localhost:8077
3 3
 
4 4
 appId: wx7d16ba51271496b8
5 5