Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

删除链接会有多余代码输出,api上传php8下会有键值不存在错误 #184

Closed
wzgbwxl opened this issue Jun 12, 2024 · 3 comments

Comments

@wzgbwxl
Copy link

wzgbwxl commented Jun 12, 2024

删除链接会输出多余的js代码,如图
QQ截图20240612220826

api上传,php8下会有键值为空错误,比如在token错误的情况下
QQ截图20240612221409

@icret
Copy link
Owner

icret commented Jun 13, 2024

通过我的测试并未复现你的错误,可以再写的详细一些。

@wzgbwxl
Copy link
Author

wzgbwxl commented Jun 14, 2024

通过我的测试并未复现你的错误,可以再写的详细一些。

程序版本2.8.5 php版本8.0.2 Nginx1.15.11

关闭文件回收 删除链接访问会有多余js代码

		<script>
        new $.zui.Messager("删除成功", {
            type: "success", // 定义颜色主题 
            icon: "ok-sign" // 定义消息图标
        }).show();
		// 延时5s跳转			
        // window.setTimeout("window.location='/../ '",5000);
        </script>

api上传如果key错误会报错Undefined array key

@icret
Copy link
Owner

icret commented Jun 14, 2024

通过我的测试并未复现你的错误,可以再写的详细一些。

程序版本2.8.5 php版本8.0.2 Nginx1.15.11

关闭文件回收 删除链接访问会有多余js代码

		<script>
        new $.zui.Messager("删除成功", {
            type: "success", // 定义颜色主题 
            icon: "ok-sign" // 定义消息图标
        }).show();
		// 延时5s跳转			
        // window.setTimeout("window.location='/../ '",5000);
        </script>

api上传如果key错误会报错Undefined array key

这个问题解决了

@icret icret closed this as completed Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants