优化前段代码

This commit is contained in:
java110 2020-09-29 13:09:50 +08:00
parent 3c17282502
commit 0ae03c2362

View File

@ -1021,6 +1021,7 @@
Vue.http.headers.common['TRANSACTION-ID'] = vcFramework.uuid();
Vue.http.headers.common['REQ-TIME'] = vcFramework.getDateYYYYMMDDHHMISS();
Vue.http.headers.common['SIGN'] = '';
Vue.http.headers.common['USER-ID'] = '-1';
} else {
_api = '/callComponent/' + api;
}