mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-22 18:39:32 +08:00
fix vue config
This commit is contained in:
parent
27a222a608
commit
cd9e884067
@ -1,8 +1,6 @@
|
|||||||
// 基础路径 注意发布之前要先修改这里
|
// 基础路径 注意发布之前要先修改这里
|
||||||
let baseUrl = './'
|
|
||||||
let url = 'http://localhost:8800'
|
let url = 'http://localhost:8800'
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: baseUrl, // 根据你的实际情况更改这里
|
|
||||||
lintOnSave: true,
|
lintOnSave: true,
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
chainWebpack: (config) => {
|
chainWebpack: (config) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user