预备signalR

This commit is contained in:
qianhao.xu
2023-12-01 15:38:15 +08:00
parent 4a32635b07
commit 4697aef3ee
7 changed files with 60 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ const permission = {
// 生成路由
GenerateRoutes({ commit }) {
return new Promise(resolve => {
// 向后端请求路由数据
//todo 向后端请求路由数据
getRouters().then(res => {
const sdata = JSON.parse(JSON.stringify(res.data))
const rdata = JSON.parse(JSON.stringify(res.data))