This commit is contained in:
liqi 2025-04-02 23:17:45 +08:00
parent 6be1c3d672
commit 9d28dd2966
20 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
NODE_ENV = 'development'
# VUE_APP_API_URL = 'http://192.168.0.74:5002'
# VUE_APP_API_URL = 'http://111.198.19.33:5002'
VUE_APP_API_URL = 'http://101.43.201.20:5001'
VUE_APP_API_URL = 'http://114.66.57.139:5001/'
VUE_APP_MESSAGE_SDK_DEBUG = true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

View File

@ -34,7 +34,7 @@ const routes = [
}
];
const router = new VueRouter({
mode: "history",
mode: "hash",
base: "/",
routes
});