Commit c39268b7 authored by xinzhedeai's avatar xinzhedeai

add: model重复去掉 token from cookie

parent 937d9ca1
......@@ -98,7 +98,6 @@
<input
type="text"
v-model="formData.businessAddress"
v-model="formData.merchantPhone"
class="form-input"
:disabled="flag=='XQ'"
/>
......
......@@ -147,7 +147,7 @@ window.addEventListener('load', function () {
method: 'POST',
body: formData,
headers: {
'Authorization': `Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxNTcyMTAzMTg4NiIsImxvZ2luX3VzZXJfa2V5IjoiNGJjY2JjYzUtNmY0Yy00ZDhlLWJiYzEtZjYzMzVlZDBlZTgwIn0.j3jEfHzeu3kklm60kKCirwwyKaWD51ABicOzxEnuFOfGe63FFqYOQ122ojAhukbInnKj4try3DjrST6wNDVjVQ`,
'Authorization': gemhoUtil.getCookie('token'),
}
})
.then(response => {
......
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