tianyun 3 月之前
父節點
當前提交
ee55bbb834
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      simple-demo/content_all.html

+ 3 - 1
simple-demo/content_all.html

@@ -62,8 +62,10 @@
                         url = `https://excel.tianyunperfect.cn/?id=${a}&share_id=${share_id}`;
                     } else if (type === "html") {
                         url = `https://do.tianyunperfect.cn/?id=${a}&share_id=${share_id}`;
-                    }  else if (type === "copy-page") {
+                    } else if (type === "copy-page") {
                         url = `https://web.tianyunperfect.cn/simple/mycopy.html?id=${a}&share_id=${share_id}`;
+                    } else if (type === "nav-page") {
+                        url = `https://web.tianyunperfect.cn/simple/nav.html?id=${a}&share_id=${share_id}`;
                     } else {
                         continue;
                     }