浏览代码

修改打包包名

朱永杰 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: {