Commit f2cc15a5 authored by 张子雨's avatar 张子雨

feat:增加租户ID

parent 89ad3877
...@@ -8,7 +8,8 @@ const http = new HttpRequest( ...@@ -8,7 +8,8 @@ const http = new HttpRequest(
{ {
headers: { headers: {
'x-user-terminal': 'H5', 'x-user-terminal': 'H5',
version: appVersion || '7900' version: appVersion || '7900',
'qg-tenant-id': 560761
} }
}, },
function(msg) { function(msg) {
......
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