@@ -1,7 +1,7 @@ | |||
<!-- | |||
* @Date: 2021-11-29 11:14:13 | |||
* @LastEditors: JinxuChen | |||
* @LastEditTime: 2021-12-03 15:25:57 | |||
* @LastEditTime: 2021-12-03 15:49:38 | |||
* @FilePath: \GpsCardAdmin\README.md | |||
* @description: | |||
--> | |||
@@ -33,4 +33,5 @@ FEATURE | |||
`2021年12月3日` | |||
FEATURE | |||
- merge off-limits-type | |||
- 增加 禁入类别 | |||
- 增加 禁入类别 | |||
- 修复 打包路径错误的问题 |
@@ -24,9 +24,9 @@ module.exports = { | |||
* In most cases please use '/' !!! | |||
* Detail: https://cli.vuejs.org/config/#publicpath | |||
*/ | |||
publicPath: '/', | |||
publicPath: './', | |||
outputDir: 'dist', | |||
assetsDir: 'static', | |||
/* assetsDir: 'static', */ | |||
lintOnSave: process.env.NODE_ENV === 'development', | |||
productionSourceMap: false, | |||
devServer: { | |||