diff --git a/vue.config.js b/vue.config.js index 40fad01..077e377 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2020-04-15 10:00:32 - * @LastEditTime: 2022-05-11 14:42:10 + * @LastEditTime: 2022-05-11 14:44:56 * @LastEditors: JinxChen * @Description: In User Settings Edit * @FilePath: \AntpayFrontEnd\vue.config.js @@ -10,7 +10,7 @@ const port = process.env.port || process.env.npm_config_port || 8080;/* 7788 */ module.exports = { // 注意: 多页面配置 不再使用全路径,单页面时可以开启 - /* publicPath: './', */ + publicPath: './', outputDir: 'dist', // assetsDir: 'static', // lintOnSave: process.env.NODE_ENV === 'development',