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