Commit c39268b7 authored by xinzhedeai's avatar xinzhedeai

add: model重复去掉 token from cookie

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