|
@ -19,8 +19,10 @@ Vue.prototype.$wxPay = wxPay |
|
|
dayjs.locale('zh-cn') |
|
|
dayjs.locale('zh-cn') |
|
|
|
|
|
|
|
|
import Oss from '@/utils/oss-upload/oss/index.js' |
|
|
import Oss from '@/utils/oss-upload/oss/index.js' |
|
|
|
|
|
import authorize from '@/utils/authorize.js' |
|
|
import { handleTree } from './tree.js' |
|
|
import { handleTree } from './tree.js' |
|
|
|
|
|
|
|
|
|
|
|
Vue.prototype.$authorize = authorize |
|
|
Vue.prototype.$handleTree = handleTree |
|
|
Vue.prototype.$handleTree = handleTree |
|
|
Vue.prototype.$Oss = Oss |
|
|
Vue.prototype.$Oss = Oss |
|
|
Vue.prototype.$dayjs = dayjs |
|
|
Vue.prototype.$dayjs = dayjs |
|
|