页面调整

This commit is contained in:
2024-10-16 15:33:14 +08:00
parent 062a8f259f
commit 7c7e5c5f78
7 changed files with 57 additions and 46 deletions

View File

@@ -35,8 +35,14 @@ import errorHandler from "@/utils/errorHandler";
import registerGlobComp from '@/components'
const app = createApp(App);
// 自定义警告处理程序,忽略所有警告
if (import.meta.env.VUE_APP_SILENCE_WARNINGS === true) {
app.config.warnHandler = () => {};
}
app.config.errorHandler = errorHandler;
// register the element Icons component