在文件/www/server/panel/plugin/mail_sys/index.html, 2520行左右做一个小小的改动即可修改分页后域名undefined bug.
- $('#mailboxs_page a').click(function (e) {
- _this.create_mailboxs_list({
- p: $(this).attr('href').split('p=')[1],
- domain: obj.domain //这行是我加的
- })
- e.stopPropagation();
- e.preventDefault();
- })
复制代码
|
|