Browse Source

newbranch

xvying 2 years ago
parent
commit
0ebfb39b1c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      common/http.interceptor.js

+ 2 - 2
common/http.interceptor.js

@@ -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://bcsyds.hactcm.edu.cn/api',
+		baseUrl: '/api',
+		// baseUrl:'https://bcsyds.hactcm.edu.cn/api',
 
 		originalData: true,
 		dataType: 'json',