修改一些javascript的语法错误。

This commit is contained in:
2023-02-22 17:12:54 +08:00
parent 8248fe942a
commit 557452aedc
7 changed files with 28 additions and 27 deletions

View File

@@ -2,8 +2,8 @@
* @Author: Kane
* @Date: 2022-12-22 17:16:53
* @LastEditors: Kane
* @LastEditTime: 2022-12-22 20:48:03
* @FilePath: \admin_system\src\utils\api\common.js
* @LastEditTime: 2023-02-22 14:49:58
* @FilePath: /IT工具综合平台/src/utils/api/common.js
* @Description: 通用请求
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
@@ -15,6 +15,8 @@ const URL_GET_VALIDATE_CODE = "";
/**
* 获取验证码
* @param {*} data 承载数据的对象
* @returns Promise对象
*/
export function GetValidate(data)
{