修改反向代理端口

This commit is contained in:
smallchill 2019-03-17 18:54:07 +08:00
parent d4b3d96239
commit f45f99b9d1

View File

@ -1,5 +1,5 @@
// 基础路径 注意发布之前要先修改这里
let url = 'http://localhost:8800'
let url = 'http://localhost'
module.exports = {
lintOnSave: true,
productionSourceMap: false,