--添加测试模块

This commit is contained in:
2025-10-13 11:53:54 +08:00
parent c3c93fe308
commit e1326c7ce8
146 changed files with 11171 additions and 807 deletions

View File

@ -63,6 +63,8 @@ async function bootstrap() {
//全局挂载axios
app.config.globalProperties.$axios = axios;
//挂载到全局变量(浏览器环境)
window.$appContext = app._context;
//取消点击esc关闭弹窗
Modal.props.keyboard.default = false;