瀏覽代碼

微信配置

panhui 3 年之前
父節點
當前提交
a6535fe72d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)) {