src/main.ts
@@ -11,7 +11,6 @@ import request from "@/plugin/axios/index.ts" import "./child.ts" const handleGetToken = () => { return localStorage.getItem("token"); } @@ -48,4 +47,4 @@ app.component(key, component) } app.mount('#app') app.mount('#parentApp')