Commit 4dee93a8 authored by 刘殿昕's avatar 刘殿昕

from revise to give up

parent 409a60fe
...@@ -51,10 +51,10 @@ module.exports = { ...@@ -51,10 +51,10 @@ module.exports = {
build: { build: {
// Template for index.html // Template for index.html
index: path.resolve(__dirname, "../dist", "apaas", "new", "index.html"), index: path.resolve(__dirname, "../dist/apaas/new/index.html"),
// Paths // Paths
assetsRoot: path.resolve(__dirname, "../dist", "apaas", "new"), assetsRoot: path.resolve(__dirname, "../dist/apaas/new"),
assetsSubDirectory: "static", assetsSubDirectory: "static",
assetsPublicPath: "/apaas/new/", assetsPublicPath: "/apaas/new/",
......
...@@ -15,7 +15,6 @@ export default new Router({ ...@@ -15,7 +15,6 @@ export default new Router({
path: "/index", path: "/index",
name: "index", name: "index",
component: Index, component: Index,
redirect: "/table_example"
}, },
{ {
path: "/table_example", // 表格实例 path: "/table_example", // 表格实例
......
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