ctw 2 months ago
parent
commit
d014acd87e
  1. 2
      ruoyi-ui/.env.development
  2. 3
      ruoyi-ui/package.json

2
ruoyi-ui/.env.development

@ -8,7 +8,7 @@ ENV = 'development'
VUE_APP_BASE_API = '/dev-api'
# 访问地址(绕过 /dev-api 代理,用于解决静态资源/图片访问 401 认证问题)
VUE_APP_BACKEND_URL = 'http://localhost:8080'
VUE_APP_BACKEND_URL = 'http://192.168.50.145:8080'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

3
ruoyi-ui/package.json

@ -38,6 +38,7 @@
"js-beautify": "1.13.0",
"js-cookie": "3.0.1",
"jsencrypt": "3.0.0-rc.1",
"mammoth": "^1.11.0",
"nprogress": "0.2.0",
"quill": "2.0.2",
"screenfull": "5.0.2",
@ -52,7 +53,6 @@
"vuex": "3.6.0"
},
"devDependencies": {
"express": "^4.18.2",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.28.6",
"@babel/plugin-transform-optional-chaining": "^7.28.6",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
@ -62,6 +62,7 @@
"chalk": "4.1.0",
"compression-webpack-plugin": "6.1.2",
"connect": "3.6.6",
"express": "^4.18.2",
"sass": "1.32.13",
"sass-loader": "10.1.1",
"script-ext-html-webpack-plugin": "2.1.5",

Loading…
Cancel
Save