Browse Source

上传api

master
前端-胡立永 11 months ago
parent
commit
2fc40f5a61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      api/api.js

+ 1
- 1
api/api.js View File

@ -181,7 +181,7 @@ const config = {
export function api(key, data, callback, loadingTitle) {
let req = config[key]
ifo
if (!req) {
console.error('无效key' + key);
return


Loading…
Cancel
Save