Browse Source

fix(env): 更新API_HOST地址以包含/api路径

陈雪 1 week ago
parent
commit
779eb8f25e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      env/.env

+ 1 - 1
env/.env

@@ -1,5 +1,5 @@
 # 黄雯本地
-API_HOST = 'http://1.94.207.143:8080/'
+API_HOST = 'http://1.94.207.143:8080/api/'
 # 商城服务器
 # API_HOST = 'https://www.fuint.cn/fuint-food/'
 NODE_ENV = 'development'