朱永杰 преди 1 седмица
родител
ревизия
ecdf3a2a54
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  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: {