1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 03:18:23 +00:00
Files
seahub/media/assets/scripts/sysadmin-main.e14c688752f6.js

5 lines
162 B
JavaScript
Raw Normal View History

//Load common code that includes config, then load the app logic for this page.
require(['./common'], function (common) {
2018-08-02 11:34:29 +08:00
require(['sysadmin-app/main']);
});