Commit c6a78971 authored by gengchunlei's avatar gengchunlei

医生端 v1.2 1、his详情在PC端查看

parent 32115911
...@@ -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 = '929d931e-faa5-46e3-a9ad-19ced88b18dc' token = '2a6880d7-6afc-4b69-a117-e828863a8f80'
} }
} }
if (token) { if (token) {
......
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