@@ -4,6 +4,14 @@ import {
saveUrl,
interceptor
} from '@/utils/loginUtils.js';
+// export class run{
+// run(sun1,sun2){
+// return sun1+sun2;
+// }
+// const p = new run;
+// p.run(1,2)
+
// 请求完成后拦截
service.interceptors.response(
response => {