mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-25 02:32:58 +08:00
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:
@@ -22,7 +22,7 @@ module.exports = {
|
||||
在大多数情况下,请使用'/'!
|
||||
详细信息:https://cli.vuejs.org/config/#publicpath
|
||||
*/
|
||||
publicPath: '/',
|
||||
publicPath: '.',
|
||||
outputDir: 'dist',
|
||||
assetsDir: 'static',
|
||||
lintOnSave: process.env.NODE_ENV === 'development',
|
||||
|
||||
Reference in New Issue
Block a user