范胡磊 2 years ago
parent
commit
125bf564e3

+ 1 - 1
ai-modules/labeling-tool-front/.env.development

@@ -15,7 +15,7 @@ _SETTING_ENABLE_PROXY_API=true
 _SETTING_SERVER_PROXY='http://10.19.85.81:32182'
 
 #_SETTING_WEB_SERVICE_URL='http://localhost:9090'
-_SETTING_WEB_SERVICE_URL='http://ai-test-dev.asiainfo.com'
+_SETTING_WEB_SERVICE_URL='http://ai-test-dev.aiossp.com'
 #_SETTING_WEB_SERVICE_URL='http://10.1.251.213:32182'
 
 

+ 0 - 0
ai-modules/labeling-tool-front/public/asiainfo.ico → ai-modules/labeling-tool-front/public/aiossp.ico


+ 1 - 1
ai-modules/labeling-tool-front/public/index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <link rel="shortcut icon" href="./asiainfo.ico" type="image/x-icon" />
+    <link rel="shortcut icon" href="./aiossp.ico" type="image/x-icon" />
     <title>欢迎使用</title>
   </head>
 

+ 1 - 1
ai-modules/labeling-tool-front/src/Page.tsx

@@ -14,7 +14,7 @@ type Iprops = {
 };
 
 const Page = ({ qiankun, parentState }: Iprops) => {
-  const serverUrl = get(parentState, 'parentData.serverUrl', 'http://ai-test-dev.asiainfo.com');
+  const serverUrl = get(parentState, 'parentData.serverUrl', 'http://ai-test-dev.aiossp.com');
   localStorage.setItem('POWERED_BY_QIANKUN', qiankun);
   localStorage.setItem('serverUrl', serverUrl);
   return (

+ 1 - 1
yml/k8s/web-dev-deployment.yml

@@ -35,7 +35,7 @@ spec:
               value: http://svc-ai-gateway.ns-aisquare-dev:8182
             # API服务地址(网关地址),如设置为空,将通过前端服务代理访问网关
             - name: __WEB_SERVER_URL
-              value: http://ai-dev-dev.asiainfo.com
+              value: http://ai-dev-dev.aiossp.com
             # 图像标注服务地址,用于nginx cvat代理,内部地址
             - name:  __CVAT_URL
               value: http://svc-ai-cvat:80