Commit 157e4c6d authored by Bill's avatar Bill

fix: 修改urls

parent 7834c7c7
......@@ -87,7 +87,7 @@ export function render(oldRender: Function) {
const { data, code } = res
if (code === 1000) {
setAuth(data as any)
setRouters(data.auth as any)
setRouters(data.urls as any)
} else {
removeAuth()
removeRouters()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment