Browse Source

newbranch

xvying 2 năm trước cách đây
mục cha
commit
0ebfb39b1c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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',