panhui %!s(int64=3) %!d(string=hai) anos
pai
achega
a6535fe72d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/main/modern-point/src/router/index.js

+ 2 - 0
src/main/modern-point/src/router/index.js

@@ -1,3 +1,4 @@
+/* eslint-disable no-unreachable */
 import { createRouter, createWebHistory, createWebHashHistory } from 'vue-router';
 import store from '../store';
 import { Page } from './Page';
@@ -6,6 +7,7 @@ import http from '../plugins/http';
 
 jsapiSign();
 function jsapiSign() {
+    return;
     setTimeout(() => {
         if (/micromessenger/i.test(navigator.userAgent)) {
             if (/localhost|(192\.168)/i.test(location.host)) {