Commit 6314817e authored by KesaubeEire's avatar KesaubeEire

fix: 存档修改

parent a7e59324
...@@ -61,8 +61,7 @@ ...@@ -61,8 +61,7 @@
text: '存档操作', text: '存档操作',
hint: '导入/导出存档或使用云存档', hint: '导入/导出存档或使用云存档',
click: () => { click: () => {
if (location.host == 'rrpg.duels.link') window.open('/save_export/'); window.open(`${$_env}/save_export/`);
else toast.push('域名不正确, 无法跳转到指定页面.');
} }
}, },
// { // {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment