Browse Source

docs: cat link modify

richard1015 4 years ago
parent
commit
577a430a65
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/sites/doc/views/Main.vue

+ 1 - 2
src/sites/doc/views/Main.vue

@@ -292,8 +292,7 @@ export default defineComponent({
       router.push({ path: '/intro' });
     }
     const toDetail = () => {
-      window.location.href =
-        '//storage.jd.local/jdc-activity/Nutui-Cat/1.0.0/index.html#/intro';
+      window.open('/cat');
     };
     return {
       toIntro,