1 Star 0 Fork 132

kobe001/DashboardClient

forked from DataColour/DashboardClient 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
require.js 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
FreezeSoul 提交于 2020-12-06 14:19 . 首次提交
'use strict';
/**
* Created by FreezeSoul on 2015/9/15.
*/
(function () {
var paths = Object.objectAssign(window.plugins_require_config.paths, window.core_require_config.paths);
var shim = Object.objectAssign(window.plugins_require_config.shim, window.core_require_config.shim);
var config = Object.objectAssign(window.core_require_config, {paths: paths, shim: shim});
require.config(config);
})();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kobe001/DashboardClient.git
[email protected]:kobe001/DashboardClient.git
kobe001
DashboardClient
DashboardClient
master

搜索帮助