zmc
2023-10-12 f3acb8ce787f3df0eda633031473be4e6a9ff448
src/router/index.ts
@@ -1,7 +1,6 @@
import { createRouter, createWebHashHistory } from 'vue-router'
const router = createRouter({
  // history: createWebHistory(import.meta.env.BASE_URL),
  history: createWebHashHistory(),
  routes: [
    {
@@ -121,6 +120,10 @@
        path: '/tte',
        component: () => import('@/views/getdata/TestZm.vue')
      },
      {
        path: '/test1',
        component: () => import('@/test/TestDrawer.vue')
      },
      ],
    },