Commit 7585b8e75ae94b17568aaf515b1c8147e93a56b0
1 parent
1538ffdb
chore: rename helper.js
Showing
2 changed files
with
1 additions
and
1 deletions
front-end/h5/src/store/modules/work.js
| ... | ... | @@ -4,7 +4,7 @@ import Page from '../../components/core/models/page' |
| 4 | 4 | import Work from '../../components/core/models/work' |
| 5 | 5 | import { AxiosWrapper } from '../../utils/http.js' |
| 6 | 6 | import router from '@/router.js' |
| 7 | -import { takeScreenshot } from '../../utils/helper.js' | |
| 7 | +import { takeScreenshot } from '../../utils/canvas-helper.js' | |
| 8 | 8 | |
| 9 | 9 | function setLoading (commit, loadingName, isLoading) { |
| 10 | 10 | commit('loading/update', { type: loadingName, payload: isLoading }, { root: true }) | ... | ... |
front-end/h5/src/utils/helper.js renamed to front-end/h5/src/utils/canvas-helper.js