env(dev): 更新开发环境配置并调整服务 URL

- 修改 VUE_APP_ADMIN 配置,从 .env.dev 文件中更新为新的 URL
- 调整 risk_history.html 中的 IP 配置和服务 URL 构造方式
- 简化 employRecord 组件中的 URL 构造逻辑
- 更改 vue.config.js 中的 publicPath 配置
This commit is contained in:
陈昱达
2025-07-25 10:53:10 +08:00
parent 46bd4f146c
commit 439442ab03
4 changed files with 5 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
在大多数情况下,请使用'/'
详细信息https://cli.vuejs.org/config/#publicpath
*/
publicPath: '/',
publicPath: '.',
outputDir: 'dist',
assetsDir: 'static',
lintOnSave: process.env.NODE_ENV === 'development',