mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-16 14:41:03 +00:00
fix
This commit is contained in:
parent
289747bdba
commit
1d602b6ad8
|
@ -1,6 +1,7 @@
|
||||||
exports.config = {
|
exports.config = {
|
||||||
appName: "welsonjs",
|
appName: "welsonjs",
|
||||||
development: false,
|
development: false,
|
||||||
|
library: [],
|
||||||
shadowsocks: {
|
shadowsocks: {
|
||||||
host: "158.247.196.146",
|
host: "158.247.196.146",
|
||||||
port: 8388,
|
port: 8388,
|
||||||
|
|
|
@ -231,5 +231,15 @@ exports.start = function(callback) {
|
||||||
if (IEVersion < 10) {
|
if (IEVersion < 10) {
|
||||||
exports.addScript("app/assets/js/PIE-1.0.0.js");
|
exports.addScript("app/assets/js/PIE-1.0.0.js");
|
||||||
exports.addScript("app/assets/js/jquery.html5-placeholder-shim-5a87f05.js");
|
exports.addScript("app/assets/js/jquery.html5-placeholder-shim-5a87f05.js");
|
||||||
|
exports.addScript("app/assets/js/jquery.form-4.3.0.min.js");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Vue (2.6.11)
|
||||||
|
if (__config.library.indexOf("vue") > -1) {
|
||||||
|
if (!__config.development) {
|
||||||
|
exports.addScript("app/assets/js/vue-2.6.11.min.js");
|
||||||
|
} else {
|
||||||
|
exports.addScript("app/assets/js/vue-2.6.11.js");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -99,8 +99,6 @@ exports.main = function(args) {
|
||||||
}, function(el) {
|
}, function(el) {
|
||||||
return window.jQuery.toast;
|
return window.jQuery.toast;
|
||||||
});
|
});
|
||||||
|
|
||||||
OldBrowser.addScript("app/assets/js/jquery.form-4.3.0.min.js");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// hook drag and drop
|
// hook drag and drop
|
||||||
|
|
Loading…
Reference in New Issue
Block a user