Commit 1fb477c3 authored by gengchunlei's avatar gengchunlei

慢综 居民端 bug修复

parent 484c4604
......@@ -52,7 +52,7 @@ export default {
if (!token) {
token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') {
token = '83333a9a-e5f8-4463-983f-6446d8d73323'
token = 'fb0f86c5-b041-4e28-ad10-6e98c74a7c64'
}
}
if (token) {
......
......@@ -11,9 +11,9 @@
clearable
@clear="idCardClear"
ref="idCardField"/>
<van-uploader :max-size="5 * 1024 * 1024" :after-read="afterRead" max-count="1">
<!-- <van-uploader :max-size="5 * 1024 * 1024" :after-read="afterRead" max-count="1">
<doc-icon type="doc-camera" class="shrink-0 mr-3" style="color: #575B66"/>
</van-uploader>
</van-uploader>-->
</div>
<span class="text-16 shrink-0 text-primary" @click="search">
搜索
......
......@@ -24,9 +24,9 @@
>
<template #right-icon>
<div class="flex items-center">
<van-uploader :max-size="5 * 1024 * 1024" :after-read="afterRead" max-count="1">
<!-- <van-uploader :max-size="5 * 1024 * 1024" :after-read="afterRead" max-count="1">
<doc-icon type="doc-scan" style="font-size: .2rem;"/>
</van-uploader>
</van-uploader>-->
</div>
</template>
</van-field>
......
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