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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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';