Split common-global.js into separate files (#31438)

To improve maintainability
This commit is contained in:
wxiaoguang
2024-06-21 15:40:33 +08:00
committed by GitHub
parent ed5ded3ff8
commit 06782872c4
10 changed files with 497 additions and 484 deletions

View File

@ -1,5 +1,5 @@
import $ from 'jquery';
import {checkAppUrl} from '../common-global.js';
import {checkAppUrl} from '../common-page.js';
import {hideElem, showElem, toggleElem} from '../../utils/dom.js';
import {POST} from '../../modules/fetch.js';