fix(App): 移除无效的内联样式和调试文本

- 删除了不必要的 `style="width: 100vw"` 内联样式
- 移除了模板中的调试文本 `12312`
This commit is contained in:
陈昱达
2025-12-22 14:19:13 +08:00
parent a26dc0aa2b
commit e217e107bc

View File

@@ -1,8 +1,7 @@
<template> <template>
<div id="app" style="width: 100vw"> <div id="app">
<keep-alive :include="['case']"> <keep-alive :include="['case']">
<router-view /> <router-view />
12312
</keep-alive> </keep-alive>
<!-- 添加AI Call组件 --> <!-- 添加AI Call组件 -->
<AICall <AICall