king
2024-10-11 ea2813251609a86a694c4a486f668696ea14b5d4
src/api/index.js
@@ -1100,8 +1100,6 @@
   * @description 清空后端缓存
   */
  cacheInterface (param) {
    param.userid = sessionStorage.getItem('UserID') || ''
    param.LoginUID = sessionStorage.getItem('LoginUID') || ''
    param.appkey = window.GLOB.appkey || ''
    let url = '/webapi/excache'