v3.17.0 【新增】新增菜单展开1个配置;【新增】移除表格固定高度;【新增】App登录token模式

This commit is contained in:
zhuoda
2025-04-08 20:19:41 +08:00
parent 33c93ae365
commit 7ea97f8433
20 changed files with 95 additions and 57 deletions

View File

@@ -67,7 +67,7 @@ export const request = function (url, method, data) {
data: data,
method: method,
header: {
'x-access-token': getUserToken(),
'Authorization':'Bearer ' + getUserToken(),
},
success: (response) => {
handleResponse(response, resolve, reject);
@@ -110,7 +110,7 @@ export const uploadRequest = function (filePath, folder) {
url: baseUrl + '/support/file/upload',
filePath,
header: {
'x-access-token': getUserToken(),
'Authorization':'Bearer ' + getUserToken(),
},
name: 'file',
formData: {