소스 검색

接口地址修改

DOVER-GLOBAL\11047086 1 년 전
부모
커밋
26745e1504
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      admin.ui.plus-master/.env.development
  2. 2 2
      admin.ui.plus-master/.env.production

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

@@ -2,6 +2,6 @@
 ENV = 'development'
 
 # 本地环境接口地址
-#VITE_API_URL = 'http://ipos.biz:8070'
-VITE_API_URL = 'http://localhost:8000'
+VITE_API_URL = 'http://ipos.biz:8070'
+#VITE_API_URL = 'http://localhost:8000'
 

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

@@ -8,5 +8,5 @@ VITE_COMPRESSION = true
 VITE_PUBLIC_PATH = '/'
 
 # 线上环境接口地址
-#VITE_API_URL = 'http://ipos.biz:8070'
-VITE_API_URL = 'http://localhost:8000'
+VITE_API_URL = 'http://ipos.biz:8070'
+#VITE_API_URL = 'http://localhost:8000'