guoyujie
9 天以前 1f5cb7e48ca586cd7a3122db32b9bdf42179184f
提交vue-route配置,防止刷新页面访问异常
1个文件已修改
4 ■■■■ 已修改文件
northglass-erp-client/erp-customer-client/src/router/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
northglass-erp-client/erp-customer-client/src/router/index.js
@@ -1,7 +1,7 @@
import { createRouter, createWebHistory } from 'vue-router'
import {createRouter, createWebHashHistory, createWebHistory} from 'vue-router'
const router = createRouter({
  history: createWebHistory(import.meta.env.BASE_URL),
  history: createWebHashHistory(),
  routes: [
    {