|
@@ -44,7 +44,7 @@ import './utils/flexible.js'
|
|
|
// 工具配置
|
|
|
import Resource from "./common/js/language" //语言选择
|
|
|
Vue.prototype.Resource = window.Resource = Resource;
|
|
|
-import URL_CONFIG from './common/js/config';
|
|
|
+import URL_CONFIG from './common/js/Config';
|
|
|
window.URL_CONFIG = URL_CONFIG;
|
|
|
import tooltip from './common/js/tooltip';
|
|
|
window.createTooltip = tooltip;
|