|
@@ -12,6 +12,9 @@ Vue.prototype.$md5 = md5;
|
|
|
import dayjs from 'dayjs';
|
|
import dayjs from 'dayjs';
|
|
|
Vue.prototype.$day = dayjs;
|
|
Vue.prototype.$day = dayjs;
|
|
|
|
|
|
|
|
|
|
+// 微信全局分享
|
|
|
|
|
+import share from '@/utils/share.js'
|
|
|
|
|
+Vue.mixin(share)
|
|
|
|
|
|
|
|
import cof from '@/static/config/in';
|
|
import cof from '@/static/config/in';
|
|
|
Vue.prototype.$cof = cof;
|
|
Vue.prototype.$cof = cof;
|