修改项目

This commit is contained in:
lVAL 2020-09-27 13:03:58 +08:00
parent 2959d60845
commit 7ecacfa802
3 changed files with 3 additions and 13432 deletions

13429
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{ {
"name": "jl-admin-iview", "name": "official-website",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@ -9,8 +9,8 @@ const name = defaultSettings.title;
const port = 9520; const port = 9520;
module.exports = { module.exports = {
publicPath: "/website", publicPath: "/official-website",
outputDir: "dist/website", outputDir: "dist/official-website",
assetsDir: "static", assetsDir: "static",
lintOnSave: false, lintOnSave: false,
productionSourceMap: false, productionSourceMap: false,