소스 검색

feat(配置文件):修改为调用开发云

liangxianna 9 달 전
부모
커밋
9ea262cd6d
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 3
      admin.ui.plus-master/.env.development
  2. 3 3
      admin.ui.plus-master/.env.production

+ 3 - 3
admin.ui.plus-master/.env.development

@@ -3,8 +3,8 @@ ENV = 'development'
 
 # 本地环境接口地址
 # VITE_API_URL = 'http://ipos.biz:8070'
-VITE_API_URL = 'http://localhost:8000'
-# VITE_API_URL = 'http://dev.hsfuel.com:8070'
-#VITE_API_URL = 'http://47.101.220.106:8070'
+# VITE_API_URL = 'http://localhost:8000'
+VITE_API_URL = 'http://dev.hsfuel.com:8070'
+# VITE_API_URL = 'http://47.101.220.106:8070'
 # VITE_API_URL = 'http://ipos.biz:8070'
 

+ 3 - 3
admin.ui.plus-master/.env.production

@@ -9,7 +9,7 @@ VITE_PUBLIC_PATH = '/'
 
 # 线上环境接口地址
 # VITE_API_URL = 'http://ipos.biz:8070'
-VITE_API_URL = 'http://localhost:8000'
-# VITE_API_URL = 'http://dev.hsfuel.com:8070'
-#VITE_API_URL = 'http://47.101.220.106:8070'
+# VITE_API_URL = 'http://localhost:8000'
+VITE_API_URL = 'http://dev.hsfuel.com:8070'
+# VITE_API_URL = 'http://47.101.220.106:8070'
 # VITE_API_URL = 'http://ipos.biz:8070'