提交 3d01a8ea 编写于 作者: 张峻

fix:active

上级 d18a1ab3
......@@ -235,8 +235,8 @@ const submit = async () => {
if (res.code !== 200) {
// showNoDialog.value = true;
// https://ai100.com.cn/aigc/draw/create` + params
const urlParams = new URLSearchParams(params);
const url = "https://ai100.com.cn/aigc/draw/create?" + urlParams;
// const urlParams = new URLSearchParams(params);
const url = "https://ai100.com.cn/aigc/draw/create?" + params.value;
window.location.href = url;
} else {
// 老用户
......@@ -270,8 +270,8 @@ const submit = async () => {
.then(({ data: res }) => {
if (res.code !== 200) {
// showNoDialog.value = true;
const urlParams = new URLSearchParams(params);
const url = "https://ai100.com.cn/aigc/draw/create?" + urlParams;
const url =
"https://ai100.com.cn/aigc/draw/create?" + params.value;
window.location.href = url;
} else {
// 新用户
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册