Browse Source

前端config.js檔案修正:去除正式站URL多餘符號、變更測試站URL

jeff 4 years ago
parent
commit
c00c55f515
1 changed files with 2 additions and 2 deletions
  1. 2 2
      TEAMModelOS/ClientApp/src/store/module/config.js

+ 2 - 2
TEAMModelOS/ClientApp/src/store/module/config.js

@@ -28,11 +28,11 @@ export default {
             domainUrl: [
             domainUrl: [
                 {
                 {
                     station: 'product' ,
                     station: 'product' ,
-                    url: 'https://www.teammodel.net;'
+                    url: 'https://www.teammodel.net'
                 },
                 },
                 {
                 {
                     station: 'test' ,
                     station: 'test' ,
-                    url: 'https://teammodelos-test.azurewebsites.net'
+                    url: 'https://ies5-test.azurewebsites.net'
                 },
                 },
             ]
             ]
         }
         }