|
|
@ -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
|
||||
|
Before Width: | Height: | Size: 667 B |
|
Before Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 379 B |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 447 B |
|
Before Width: | Height: | Size: 539 B |
|
Before Width: | Height: | Size: 389 B |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 534 B |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 545 B |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 599 B |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 582 B |
|
|
@ -34,7 +34,7 @@ const routes = [
|
|||
}
|
||||
];
|
||||
const router = new VueRouter({
|
||||
mode: "history",
|
||||
mode: "hash",
|
||||
base: "/",
|
||||
routes
|
||||
});
|
||||
|
|
|
|||