|
@@ -7,8 +7,8 @@ const install = (Vue, vm) => {
|
|
|
Vue.prototype.$u.http.setConfig({
|
|
|
|
|
|
// baseUrl: 'http://mt.mentor.site.ximengnaikang.com/api',
|
|
|
- // baseUrl: '/api',
|
|
|
- baseUrl:'https://zhsz.hactcm.edu.cn/api',
|
|
|
+ baseUrl: '/api',
|
|
|
+ // baseUrl:'https://zhsz.hactcm.edu.cn/api',
|
|
|
originalData: true,
|
|
|
dataType: 'json',
|
|
|
showLoading: true, // 是否显示请求中的loading
|