Commit f2053694 authored by gengchunlei's avatar gengchunlei

医生端小程序 v1.2 1、复筛表单

parent b3e2ebf3
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = 'f44efca7-3c9b-4638-b8b0-8e35c6fbb54b' token = 'ce71f4f0-5464-4b22-9cad-5f53e66a8875'
} }
} }
if (token) { if (token) {
......
This diff is collapsed.
This diff is collapsed.
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
ref='formInfo' ref='formInfo'
></form-cont> ></form-cont>
<result :residentInfoId='residentInfoId' <result :residentInfoId='residentInfoId'
v-show='step == 3' v-show='step == 4'
></result> ></result>
</div> </div>
<div class='bottom-small-line'></div> <div class='bottom-small-line'></div>
......
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