Commit c6f51f5b authored by gengchunlei's avatar gengchunlei

医生端 v1.2 1、push

parent 7394a4c8
......@@ -66,7 +66,7 @@ export default {
if (!token) {
token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') {
token = '5f47dee1-e87d-4421-b4d8-ee0e84c43549'
token = '30274653-2d53-478b-a7e2-690b53b32bab'
}
}
if (token) {
......
......@@ -227,7 +227,7 @@ export function callMobile(handlerInterface, parameters) {
}
}
// 判断ios还是安卓
// 判断是否是ios
export function isIOSWebKit() {
const aa = window.navigator.userAgent;
if (!!aa.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {// ios端
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment