Commit 31c94b61 by H.wb.wang.peixun

修改prod配置

parent 06ef68a8
......@@ -5,7 +5,7 @@ VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统
ENV = 'production'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/'
VUE_APP_CONTEXT_PATH = '/api'
# 监控地址
VUE_APP_MONITRO_ADMIN = '/admin/login'
......
......@@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://farming.nyinhong.com/api`,
target: `http://farming.nyinhong.com/`,
// target: `http://192.168.0.169:8111/`,
// target: `http://192.168.0.165:8111/`,
changeOrigin: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment