From 7759b52788c81e0724350642ed62d40b467c365b Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Fri, 23 Apr 2021 15:13:36 +0800 Subject: [PATCH] 账号权限修复 --- public/index.html | 41 +---------------------------------------- 1 files changed, 1 insertions(+), 40 deletions(-) diff --git a/public/index.html b/public/index.html index d961f79..7d69cd0 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no,maximum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1"> - <title>智享收银台</title> + <title>和微分</title> <link rel="stylesheet" href="https://at.alicdn.com/t/font_1351259_9f4tnx487aa.css"> <link rel="stylesheet" href="https://at.alicdn.com/t/font_772985_eb4yiklmyk.css"> <link rel="stylesheet" href="//at.alicdn.com/t/font_1351259_2bjudp60ygk.css"> @@ -25,38 +25,6 @@ } </script> <script> - if(location.href.split('?')[1]){ - if(location.href.split('?')[1].split('appToken=')[1]){ - document.title = '' - } - } - if(window.sessionStorage.getItem("wxScore") && window.sessionStorage.getItem("wxScore") == '1'){ - document.title = '和微分'; - } - if(window.sessionStorage.getItem("chanSource") && window.sessionStorage.getItem("chanSource") == 'xml'){ - document.title = '花呗分期'; - } - if(window.sessionStorage.getItem("chanSource") && window.sessionStorage.getItem("chanSource") == 'xml'){ - document.title = '花呗分期'; - }else if(window.location.href.indexOf("chanSource=")>-1 ){ - if(window.location.href.split("chanSource=")[1] == 'xml'){ - document.title = '花呗分期'; - window.sessionStorage.setItem("chanSource", 'xml'); - }else{ - if(window.sessionStorage.getItem("chanSource")!=null && window.sessionStorage.getItem("chanSource") == 'xml'){ - document.title = '花呗分期'; - } - } - }else if(window.location.href.indexOf("wxScore=")>-1 ){ - if(window.location.href.split("wxScore=")[1] == '1'){ - document.title = '和微分'; - window.sessionStorage.setItem("wxScore", '1'); - }else{ - if(window.sessionStorage.getItem("wxScore") && window.sessionStorage.getItem("wxScore") == '1'){ - document.title = '和微分'; - } - } - } (function (doc, win) { var docEl = doc.documentElement, isIOS = navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), @@ -102,13 +70,6 @@ <body> <div id="app"></div> - <!--<script src="../src/utils/agreement1.js"></script>--> - <!--<script src="../src/utils/agreement2.js"></script>--> - - <script src="static/agreement1.js"></script> - <script src="static/agreement2.js"></script> - <script src="static/agreement3.js"></script> - <script src="static/agreement4.js"></script> <script src="static/agreement5.js"></script> <!-- cdn 生产环境打开注释!!! --> <!-- icon 图标 --> -- Gitblit v1.8.0