chenwei 4 сар өмнө
parent
commit
dec0d87d58

+ 2 - 0
.gitignore

@@ -1,2 +1,4 @@
 admin.ui.plus-master/dist.rar
 admin.ui.plus-master/package-lock.json
+admin.ui.plus-master/.env.development
+admin.ui.plus-master/.env.production

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

@@ -4,9 +4,9 @@ ENV = 'development'
 # 本地环境接口地址
 # VITE_API_URL = 'http://ipos.biz:8070'
 #  VITE_API_URL = 'http://192.168.0.202:8003'
-# VITE_API_URL = 'http://localhost:8003'
-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://imes.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

@@ -10,7 +10,7 @@ VITE_PUBLIC_PATH = '/'
 # 线上环境接口地址
 # VITE_API_URL = 'http://ipos.biz:8070'
 # VITE_API_URL = 'http://localhost:8000'
-# VITE_API_URL = 'http://localhost:8003'
-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://imes.hsfuel.com:8070'
+#VITE_API_URL = 'http://47.101.220.106:8070'
 # VITE_API_URL = 'http://ipos.biz:8070'