flat: 审核

This commit is contained in:
Apcallover
2024-04-18 20:50:22 +08:00
parent c5e9bd09f3
commit dced4cf379
12 changed files with 1679 additions and 1611 deletions

View File

@@ -33,6 +33,7 @@ const msg = (title, duration = 1500, mask = false, icon = 'none') => {
icon
});
}
const sleep = (time) => new Promise(resolve => setTimeout(resolve, time))
// 注册全局组件
import JlButton from "@/components/jl-button/main.vue"
@@ -45,7 +46,8 @@ Vue.component('jl-form-item', JlFormItem)
Vue.component('cs-button', CSButton)
Vue.component('empty', empty)
Vue.prototype.$api = {
msg
msg,
sleep
}
Vue.prototype.$config = config
Vue.prototype.navTo = navTo