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,4 +1,4 @@
import {checkAppUrl} from './common-global.js';
import {checkAppUrl} from './common-page.js';
export function initUserAuthOauth2() {
const outer = document.querySelector('#oauth2-login-navigator');