armg 11 months ago
parent
commit
f7db1010a0
2 changed files with 3 additions and 2 deletions
  1. 3 2
      ruoyi-ui/.env.production
  2. BIN
      ruoyi-ui/dist.zip

+ 3 - 2
ruoyi-ui/.env.production

@@ -5,10 +5,11 @@ VUE_APP_TITLE = 投资系统
 ENV = 'production'
 
 # 若依管理系统/生产环境
-VUE_APP_BASE_API = 'http://47.103.79.143:8091'
+# VUE_APP_BASE_API = 'http://47.103.79.143:8091'
+VUE_APP_BASE_API = 'http://invest.dgtis.com/prod-api'
 # VUE_APP_BASE_API = '/prod-api'
 #部署
-# VUE_APP_BASE_API = 'http://47.103.79.143:8092/' 
+# VUE_APP_BASE_API = 'http://47.103.79.143:8092' 
 VUE_APP_CORPID = "ding4ab75ecd53106cde4ac5d6980864d335"
 # 投资部的部门id
 VUE_APP_DEPTID = '119'

BIN
ruoyi-ui/dist.zip