diff --git a/src/scui.js b/src/scui.js index 11d82f03..99005705 100644 --- a/src/scui.js +++ b/src/scui.js @@ -42,6 +42,7 @@ import * as scIcons from './assets/icons' export default { install(app) { //挂载全局对象 + app.config.globalProperties.$INTERVAL = null; app.config.globalProperties.$CONFIG = config; app.config.globalProperties.$TOOL = tool; app.config.globalProperties.$HTTP = http;