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