优化代码

This commit is contained in:
smallchill 2019-02-15 16:40:42 +08:00
parent fa184bba5f
commit 422572ff5a

View File

@ -1,6 +1,6 @@
// 基础路径 注意发布之前要先修改这里
let baseUrl = './'
let url = 'http://118.24.148.246:8800'
let url = 'http://localhost:8800'
module.exports = {
baseUrl: baseUrl, // 根据你的实际情况更改这里
lintOnSave: true,