mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
fix
This commit is contained in:
parent
289747bdba
commit
1d602b6ad8
|
@ -1,6 +1,7 @@
|
|||
exports.config = {
|
||||
appName: "welsonjs",
|
||||
development: false,
|
||||
library: [],
|
||||
shadowsocks: {
|
||||
host: "158.247.196.146",
|
||||
port: 8388,
|
||||
|
|
|
@ -231,5 +231,15 @@ exports.start = function(callback) {
|
|||
if (IEVersion < 10) {
|
||||
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.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) {
|
||||
return window.jQuery.toast;
|
||||
});
|
||||
|
||||
OldBrowser.addScript("app/assets/js/jquery.form-4.3.0.min.js");
|
||||
});
|
||||
|
||||
// hook drag and drop
|
||||
|
|
Loading…
Reference in New Issue
Block a user