guojy 1 년 전
부모
커밋
a538490d51
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/main.js

+ 1 - 4
src/main.js

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