Browse Source

ci: 更新前端配置文件中的 API 和 TKK 地址

- 将 API 地址从 "https://dev2.pubdata.cn" 修改为 "https://dev2.valimart.net"
- 将 TKK 地址从 "https://tkk.pubdata.cn" 修改为 "https://tkk.valimart.net"
panqiuyao 6 tháng trước cách đây
mục cha
commit
0981a47268
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      frontend/src/config.json

+ 2 - 2
frontend/src/config.json

@@ -1,4 +1,4 @@
 {
-    "api": "https://dev2.pubdata.cn",
-    "tkkWebUrl": "https://tkk.pubdata.cn"
+    "api": "https://dev2.valimart.net",
+    "tkkWebUrl": "https://tkk.valimart.net"
 }