From 576fbe7418510c9f442fe93100db93445fcf3964 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期六, 11 五月 2024 15:04:01 +0800 Subject: [PATCH] 修改 --- src/main.ts | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 95c79c2..1f982dc 100644 --- a/src/main.ts +++ b/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') -- Gitblit v1.9.1