修改授权页,登录页样式

This commit is contained in:
Gao xiaosong
2020-09-13 03:58:01 +08:00
parent b706b4f104
commit b275117c35
7 changed files with 285 additions and 260 deletions

View File

@ -99,7 +99,9 @@ import {
ready,
wxShowLocation,
} from '@/libs/wechat'
import { isWeixin } from '@/utils'
// 判断是否是微信浏览器
if (isWeixin()) {
Vue.prototype.$deviceType = 'weixin'