bug fixed

This commit is contained in:
cxc
2022-11-28 16:44:51 +08:00
parent 647e273c1d
commit 3f75b5b378
40 changed files with 1825 additions and 869 deletions

View File

@ -1,7 +1,7 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
// publicPath: "./",
lintOnSave: false,
// assetsDir: "../apps/com.awspaas.user.apps.managesite/monitor",
publicPath: "./",
assetsDir: "../apps/com.awspaas.user.apps.cmp/monitor",
});