diff --git a/vue.config.js b/vue.config.js index d7f4594..b127291 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,6 @@ // 基础路径 注意发布之前要先修改这里 let baseUrl = './' -let url = 'http://localhost:8800' +let url = 'http://localhost:88' module.exports = { baseUrl: baseUrl, // 根据你的实际情况更改这里 lintOnSave: true,