Former-commit-id: 949917892eb935fdcb956bada936045470ee078c
master
王兵 4 years ago
parent 2da2f689c9
commit 716af50cb4

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -41,7 +41,7 @@ gulp.task("clean", function () {
var baseJsList = [
"./lib/jquery/jquery.js",
"./lib/vue/vue.js",
"./lib/vue-router/vue-router.js",
"./lib/vue-router/vue-router.min.js",
"./lib/axios/axios.js",
"./js/base.js",
];

@ -242,5 +242,8 @@ window.utils = {
} else {
console.error("load " + url + " method error!");
}
},
copy: function(obj){
return JSON.parse(JSON.stringify(obj));
}
}

@ -1 +1 @@
3e0d100ef9e28dc05d6f121d767ff0a1e8a3a1c3
3c549418f3ea4688eff63024b02252eff44bc8a9

File diff suppressed because it is too large Load Diff

@ -1,5 +1,5 @@
{
"name": "myblog",
"name": "dbtool",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
@ -10,23 +10,8 @@
"author": "wangbing",
"license": "ISC",
"dependencies": {
"element-ui": "^1.3.4",
"iview": "^3.0.0",
"jquery": "^3.3.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.4.0",
"babel-plugin-transform-es2015-classes": "^6.5.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.5.2",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^16.2.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",

Loading…
Cancel
Save

Powered by TurnKey Linux.