|
@@ -9,8 +9,8 @@ import result from '@/view/result.vue';
|
|
|
import { get } from "js-cookie";
|
|
|
import { getToken2,setToken,setUserId } from "../utils/token";
|
|
|
const router = createRouter({
|
|
|
- // history: createWebHashHistory(),
|
|
|
- history: createWebHistory(),
|
|
|
+ history: createWebHashHistory(),
|
|
|
+ // history: createWebHistory(),
|
|
|
routes: [
|
|
|
{
|
|
|
path: '/configurator',
|