update 自定义查询示例

This commit is contained in:
2021-05-31 18:12:04 +08:00
parent 05ab0ec335
commit 0c351de9ec
4 changed files with 77 additions and 15 deletions

View File

@@ -66,6 +66,11 @@ Vue.prototype.$moment = moment
*/
import { auth } from './components/authorized'
Vue.prototype.$auth = auth
/**
* 常用工具函数全局化
*/
import { getSearchInfo } from './util/query'
Vue.prototype.$getSearchInfo = getSearchInfo
/**
* 注册全局组件