朱永杰 1 týždeň pred
rodič
commit
ecdf3a2a54
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 2 2
      src/layout/Tabs/index.vue
  2. 1 1
      vue.config.js

+ 2 - 2
src/layout/Tabs/index.vue

@@ -46,8 +46,8 @@ export default defineComponent({
     const scrollbarDom = ref(null)
     const allRoutes = router.options.routes
     const defaultMenu = {
-      path: '/classifyManageIndex',
-      meta: { title: '牛只分类', hideClose: true }
+      path: '/home',
+      meta: { title: '首页', hideClose: true }
     }
     const contentFullScreen = computed(() => store.state.app.contentFullScreen)
     const currentDisabled = computed(() => route.path === defaultMenu.path)

+ 1 - 1
vue.config.js

@@ -6,7 +6,7 @@ function resolve(dir) {
 
 module.exports = {
   publicPath: "./",
-  outputDir: "cattletrading",
+  outputDir: "trackManage",
   lintOnSave: false,
   productionSourceMap: false,
   devServer: {