修改地接酒店操作搜索条件
Showing
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | "start": "npm run dev", | ||
"lint": "eslint --ext .js,.vue src", | "lint": "eslint --ext .js,.vue src", | ||
"serve" : "node --max_old_space_size=4096 node_modules/.bin/vue-cli-service serve --open", | "serve": "node --max_old_space_size=4096 node_modules/.bin/vue-cli-service serve --open", | ||
"build": "node --max-old-space-size=4096 build/build.js" | "build": "node --max-old-space-size=4096 build/build.js" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
... | @@ -28,6 +28,7 @@ | ... | @@ -28,6 +28,7 @@ |
"js-md5": "^0.7.3", | "js-md5": "^0.7.3", | ||
"jspdf": "^1.4.1", | "jspdf": "^1.4.1", | ||
"lrz": "^4.9.40", | "lrz": "^4.9.40", | ||
"moment": "^2.24.0", | |||
"node-sass": "^4.11.0", | "node-sass": "^4.11.0", | ||
"pdfjs-dist": "^2.0.489", | "pdfjs-dist": "^2.0.489", | ||
"pinyin": "^2.8.3", | "pinyin": "^2.8.3", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment