打包外网环境

This commit is contained in:
2023-10-20 15:21:11 +08:00
parent 0943a69112
commit e990133b64
12 changed files with 122 additions and 38 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -1,5 +1,6 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: "/hd-glasses-app",
transpileDependencies: true,
lintOnSave:false //添加该行代码
})