Browse Source

可视化云图首页功能更改

wang_xy 2 years ago
parent
commit
11d494c720
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/login.js

+ 1 - 1
src/api/login.js

@@ -74,7 +74,7 @@ export function getCodeImg() {
 //获取登录页基本信息
 //获取登录页基本信息
 export function fontConfig() {
 export function fontConfig() {
   return request({
   return request({
-    url: '/system/fontConfig/getSysFontConfig/Emergency',
+    url: '/system/fontConfig/getSysFontConfig/Firecontrol',
     method: 'get',
     method: 'get',
   })
   })
 }
 }