瀏覽代碼

首次提交

彭宇 2 年之前
父節點
當前提交
0393782775
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/login.js

+ 1 - 1
src/api/login.js

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