Commit 1c032356 authored by leon's avatar leon

feat:remove all request loading

parent 3b29ed36
......@@ -3,11 +3,11 @@ const http = new Request();
const install = (Vue, vm) => {
http.setConfig(config => {
// config.baseURL = 'https://api.charleskeith.cn' // 正式环境
config.baseURL = 'https://api.charleskeith.cn' // 正式环境
// config.baseURL = 'http://47.101.191.49:8083' // 外网测试环境
config.baseURL = 'http://192.168.138.55:8081' // 测试环境
// config.baseURL = 'http://192.168.138.55:8081' // 测试环境
config.custom = {
loading: true
loading: false
},
// 配置请求头信息
config.header = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment