forked from zguiy/utils
		
	改成hash
This commit is contained in:
		@ -1,8 +1,8 @@
 | 
			
		||||
import { createRouter, createWebHistory } from 'vue-router'
 | 
			
		||||
import { createRouter, createWebHashHistory } from 'vue-router'
 | 
			
		||||
import HomeView from '@/views/HomeView.vue'
 | 
			
		||||
 | 
			
		||||
const router = createRouter({
 | 
			
		||||
  history: createWebHistory('/'),
 | 
			
		||||
  history: createWebHashHistory(),
 | 
			
		||||
  routes: [
 | 
			
		||||
    {
 | 
			
		||||
      path: '/',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user