瀏覽代碼

修复 打包失败的问题

feat
JinxChen 3 年之前
父節點
當前提交
022e7536ec
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      vue.config.js

+ 2
- 2
vue.config.js 查看文件

@@ -1,7 +1,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2020-04-15 10:00:32 * @Date: 2020-04-15 10:00:32
* @LastEditTime: 2022-05-11 14:42:10
* @LastEditTime: 2022-05-11 14:44:56
* @LastEditors: JinxChen * @LastEditors: JinxChen
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \AntpayFrontEnd\vue.config.js * @FilePath: \AntpayFrontEnd\vue.config.js
@@ -10,7 +10,7 @@ const port = process.env.port || process.env.npm_config_port || 8080;/* 7788 */


module.exports = { module.exports = {
// 注意: 多页面配置 不再使用全路径,单页面时可以开启 // 注意: 多页面配置 不再使用全路径,单页面时可以开启
/* publicPath: './', */
publicPath: './',
outputDir: 'dist', outputDir: 'dist',
// assetsDir: 'static', // assetsDir: 'static',
// lintOnSave: process.env.NODE_ENV === 'development', // lintOnSave: process.env.NODE_ENV === 'development',


Loading…
取消
儲存