diff --git a/src/apis.js b/src/apis.js
index b8836ee..0259878 100644
--- a/src/apis.js
+++ b/src/apis.js
@@ -6,8 +6,8 @@ try {
switch (envVersion) {
case "develop": // 开发版
- BASE_URL = "http://localhost:8000/api/shoot";
- // BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
+ // BASE_URL = "http://localhost:8000/api/shoot";
+ BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
break;
case "trial": // 体验版
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
diff --git a/src/pages/device-intro.vue b/src/pages/device-intro.vue
index 01f4e51..2af5013 100644
--- a/src/pages/device-intro.vue
+++ b/src/pages/device-intro.vue
@@ -33,7 +33,7 @@ const onScrollView = (e) => {
>
diff --git a/src/pages/point-book-detail-share.vue b/src/pages/point-book-detail-share.vue
index 1283484..e03eb1d 100644
--- a/src/pages/point-book-detail-share.vue
+++ b/src/pages/point-book-detail-share.vue
@@ -107,7 +107,7 @@ const targetTypeName = computed(() => {
{
>
diff --git a/src/websocket.js b/src/websocket.js
index 8489783..ba202b3 100644
--- a/src/websocket.js
+++ b/src/websocket.js
@@ -14,8 +14,8 @@ function createWebSocket(token, onMessage) {
switch (envVersion) {
case "develop": // 开发版
- url = "ws://localhost:8000/socket";
- // url = "wss://apitest.shelingxingqiu.com/socket";
+ // url = "ws://localhost:8000/socket";
+ url = "wss://apitest.shelingxingqiu.com/socket";
break;
case "trial": // 体验版
url = "wss://apitest.shelingxingqiu.com/socket";