zhuangyunsheng hai 1 semana
pai
achega
4cc950aca9
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      package.json
  2. 1 1
      vue.config.js

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
     "private": true,
     "scripts": {
         "dev": "vue-cli-service serve",
-        "build": "vue-cli-service build --report",
+        "build": "vue-cli-service build",
         "lint": "vue-cli-service lint"
     },
     "dependencies": {

+ 1 - 1
vue.config.js

@@ -3,7 +3,7 @@ const { defineConfig } = require("@vue/cli-service")
 module.exports = defineConfig({
 	//设置为空打包后不分更目录还是多级目录
 	publicPath: "",
-	outputDir: "ugliAI",
+	outputDir: "dist",
 	//build编译后存放静态文件的目录
 	//assetsDir: "static",