|
@@ -57,13 +57,10 @@ Vue.prototype.$wx = (window).wx; // 全局使用
|
|
Vue.prototype.$getTypsName = getTypsName
|
|
Vue.prototype.$getTypsName = getTypsName
|
|
Vue.prototype.$getEmployeeMap = getEmployeeMap
|
|
Vue.prototype.$getEmployeeMap = getEmployeeMap
|
|
Vue.prototype.$userInfo = getUserData
|
|
Vue.prototype.$userInfo = getUserData
|
|
-<<<<<<< HEAD
|
|
|
|
-=======
|
|
|
|
-Vue.prototype.$wx = (window).wx; // 全局使用
|
|
|
|
Vue.prototype.$getCache = getCache
|
|
Vue.prototype.$getCache = getCache
|
|
Vue.prototype.$setCache = setCache
|
|
Vue.prototype.$setCache = setCache
|
|
Vue.prototype.$removeCache = removeCache
|
|
Vue.prototype.$removeCache = removeCache
|
|
->>>>>>> dev
|
|
|
|
|
|
+
|
|
|
|
|
|
Object.keys(filters).forEach(key => {
|
|
Object.keys(filters).forEach(key => {
|
|
Vue.filter(key, filters[key])
|
|
Vue.filter(key, filters[key])
|