ds1.0
fanluyan 2 years ago
parent 51a2a92c2b
commit b21e6859d4

@ -132,12 +132,12 @@ const routes = [
import(/* webpackChunkName: "tabs" */ "../views/waterMark/index.vue"), import(/* webpackChunkName: "tabs" */ "../views/waterMark/index.vue"),
meta: { title: "水印下发", icon: "" }, meta: { title: "水印下发", icon: "" },
}, },
{ // {
path: "/echarts", // path: "/echarts",
component: () => // component: () =>
import(/* webpackChunkName: "tabs" */ "../echartsDemo.vue"), // import(/* webpackChunkName: "tabs" */ "../echartsDemo.vue"),
meta: { title: "echarts图表", icon: "" }, // meta: { title: "echarts图表", icon: "" },
}, // },
], ],
}, },

Loading…
Cancel
Save