|
|
@@ -79,6 +79,7 @@ export const getUplodaUrl = (): string => {
|
|
|
}
|
|
|
|
|
|
export const setServiceURL = (config: URL): void => {
|
|
|
+ debugger
|
|
|
// console.log('URL', config);
|
|
|
//外网环境(175),外包同事使用
|
|
|
serviceURL = config;
|
|
|
@@ -98,6 +99,9 @@ export function handleOem() {
|
|
|
wrspot = 'yrdz' // 仓单贸易
|
|
|
}
|
|
|
function getOem(type: OemType) {
|
|
|
+ console.log(serviceURL);
|
|
|
+
|
|
|
+ debugger
|
|
|
return serviceURL.oem === type
|
|
|
}
|
|
|
return { OemType, getOem }
|