浏览代码

clear typescript warning

tripeur 4 年之前
父节点
当前提交
9cb26596a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/Login.vue

+ 1 - 1
src/views/Login.vue

@@ -78,7 +78,7 @@ export default defineComponent({
   },
   mounted() {
     const param = new URLSearchParams(window.location.search);
-    const nextPath = param.get("next") ?? "/";
+    // const nextPath = param.get("next") ?? "/";
     this.error = param.get("error") == "true" ?? false;
   },
 });