We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f9613 commit 41bdf29Copy full SHA for 41bdf29
src/api/http.ts
@@ -1,6 +1,6 @@
1
import store from "../store";
2
import router from "../router";
3
-import applicationUserManager from "../Auth/applicationUserManager";
+import applicationUserManager from "../Auth/applicationusermanager";
4
5
// 配置API接口地址
6
var root1 = "http://localhost:58427/api";//测试本地,用CORS跨域
0 commit comments