|
@@ -85,7 +85,7 @@ import { getContent, getLogin } from "@/api/ajax";
|
|
|
import { getObjArr, saveObjArr } from "@/utils/role";
|
|
|
import Cookies from "js-cookie";
|
|
|
import { setToken } from "@/utils/auth";
|
|
|
-import { getConfig } from "@/utils/index";
|
|
|
+import { getConfigInfor } from "@/utils/index";
|
|
|
export default {
|
|
|
name: "Login",
|
|
|
data() {
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
async _getConfig() {
|
|
|
- this.configInfor = await getConfig();
|
|
|
+ this.configInfor = await getConfigInfor();
|
|
|
this.isShow = true;
|
|
|
},
|
|
|
},
|