소스 검색

日报分享

zhujindu 8 달 전
부모
커밋
aa9abd2bd6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/utils/index.js

+ 1 - 1
src/utils/index.js

@@ -1,4 +1,4 @@
-const store = require('../store');
+import store from '../store';
 
 // 日期格式化
 export function parseTime(time, pattern) {