Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[求助]执行RequestEventArgs 时报错

1楼
洮沙 发表于:2024/12/8 12:08:00
如下,执行时报错:
Dim e As RequestEventArgs = args(0)
Dim obj As New jobject
obj("code") = 0
obj("msg") = "退出成功"
obj("data") = ""
e.WriteString (CompressJson(obj))
Return "" '必须的

详细错误信息:
调用的目标发生了异常。
索引超出了数组界限。

麻烦老师看一下,该如何解决?

以下为客户端浏览器提交代码:
  admin.events.logout = function(){
    //执行退出接口
    admin.req({
        url: 'exit'
      ,type: 'get'
      ,data: {}
      ,done: function(res){ //这里要说明一下:done 是只有 response 的 code 正常才会执行。而 succese 则是只要 http 为 200 就会执行
        console.log(res); //无法执行到这
        if (res.msg =='退出成功'){
             layer.msg(res.msg, {
                offset: '15px',
                icon: 1,
                time: 1000
              }, function() {
              //清空本地记录的 token,并跳转到登入页
               admin.exit();
              });
            }else{
               layer.msg("退出失败", {icon: 2})
            };
      },
    });
2楼
有点蓝 发表于:2024/12/8 20:16:00
函数执行的时候没有传入参数

Dim e As RequestEventArgs = args(0)
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .01953 s, 2 queries.