修改项目
This commit is contained in:
parent
2959d60845
commit
7ecacfa802
13429
package-lock.json
generated
13429
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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": {
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user