新增请求配置,对接登录接口

This commit is contained in:
gyq
2024-02-26 11:46:21 +08:00
parent 5298ff2569
commit 9744a968bb
13 changed files with 457 additions and 261 deletions

View File

@@ -1,5 +1,5 @@
import { createRouter, createWebHashHistory } from "vue-router";
import home from "@/views/home.vue";
import { createRouter, createWebHashHistory } from "vue-router"
import home from "@/views/home/index.vue"
const routes = [
{