Browse Source

重新构建

Shan9312 1 năm trước cách đây
mục cha
commit
73ecf26f50
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/request.js

+ 1 - 1
src/utils/request.js

@@ -20,7 +20,7 @@ if (reg.test(browserUrl)){
 }
 
 Cookies.set('url',URL)
-
+// test
 const service = axios.create({
   baseURL: URL, // url = base url + request url
   withCredentials: true, // send cookies when cross-domain requests