|
|
@@ -73,4 +73,9 @@ export const commonSearchUrl = (url: string): string => {
|
|
|
export const setServiceURL = (config: URL): void => {
|
|
|
console.log('URL', config);
|
|
|
serviceURL = config;
|
|
|
+
|
|
|
+ // 外网环境(175),外包同事使用
|
|
|
+ serviceURL.goCommonSearchUrl = "http://218.17.158.45:21001/api"
|
|
|
+ serviceURL.quoteUrl = "ws://218.17.158.45:21004"
|
|
|
+ serviceURL.tradeUrl = "ws://218.17.158.45:21005"
|
|
|
};
|