Commit 0116d6b8 authored by 刘殿昕's avatar 刘殿昕

修改文件路径

parent 7fb4dadd
...@@ -51,12 +51,12 @@ module.exports = { ...@@ -51,12 +51,12 @@ module.exports = {
build: { build: {
// Template for index.html // Template for index.html
index: path.resolve(__dirname, "../dist/apaas/v3/index.html"), index: path.resolve(__dirname, "../dist/apaas/ui/index.html"),
// Paths // Paths
assetsRoot: path.resolve(__dirname, "../dist/apaas/v3"), assetsRoot: path.resolve(__dirname, "../dist/apaas/ui"),
assetsSubDirectory: "static", assetsSubDirectory: "static",
assetsPublicPath: "/apaas/v3/", assetsPublicPath: "/apaas/ui/",
/** /**
* Source Maps * Source Maps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment