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

from revise to give up

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