فهرست منبع

1.SDK NuGet Logging.AzureAppServices 版本升級 6.0.7 => 6.0.8
2.BI 前端判斷 redirectUrl 追加國際RC站、國際正式站 判斷條件

jeff 2 سال پیش
والد
کامیت
cf84820b1a
2فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 4 2
      TEAMModelBI/ClientApp/src/view/ddlogin.vue
  2. 1 1
      TEAMModelOS.SDK/TEAMModelOS.SDK.csproj

+ 4 - 2
TEAMModelBI/ClientApp/src/view/ddlogin.vue

@@ -6,8 +6,10 @@
 
 
 <script>
 <script>
 const hosts = window.location.host === 'localhost:5001' ? 'localhost:5001' :
 const hosts = window.location.host === 'localhost:5001' ? 'localhost:5001' :
-  window.location.host === 'bi.teammodel.cn' ? 'bi.teammodel.cn' :
-    'bitest.teammodel.cn'
+    window.location.host === 'bi.teammodel.cn' ? 'bi.teammodel.cn' :
+        window.location.host === 'bi.teammodel.net' ? 'bi.teammodel.net' :
+            window.location.host === 'bi-rc.teammodel.net' ? 'bi-rc.teammodel.net' :
+                'bitest.teammodel.cn'
 const appsKey = window.location.host === 'localhost:5001' || window.location.host === 'bi.teammodel.cn' || window.location.host === 'bitest.teammodel.cn' ? 'dingrucgsnt8p13rfbgd' : 'dingupjxyj1guhh5p8dt'
 const appsKey = window.location.host === 'localhost:5001' || window.location.host === 'bi.teammodel.cn' || window.location.host === 'bitest.teammodel.cn' ? 'dingrucgsnt8p13rfbgd' : 'dingupjxyj1guhh5p8dt'
 console.log(appsKey, 'key的内容')
 console.log(appsKey, 'key的内容')
 import axios from 'axios'
 import axios from 'axios'

+ 1 - 1
TEAMModelOS.SDK/TEAMModelOS.SDK.csproj

@@ -29,7 +29,7 @@
     <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
     <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
     <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="6.0.3" />
     <PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="6.0.3" />
     <PackageReference Include="Microsoft.Azure.SignalR.Management" Version="1.18.0" />
     <PackageReference Include="Microsoft.Azure.SignalR.Management" Version="1.18.0" />
-    <PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.7" />
+    <PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.8" />
     <PackageReference Include="Microsoft.Identity.Client" Version="4.39.0" />
     <PackageReference Include="Microsoft.Identity.Client" Version="4.39.0" />
     <PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
     <PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
     <PackageReference Include="NUnit" Version="3.13.2" />
     <PackageReference Include="NUnit" Version="3.13.2" />