diff --git a/vite-element-template/.env b/vite-element-template/.env index 028109a..e69de29 100644 --- a/vite-element-template/.env +++ b/vite-element-template/.env @@ -1,2 +0,0 @@ -VITE_APP_COMPANY=asdzxcasdzxc - diff --git a/vite-element-template/.env.development b/vite-element-template/.env.development index e4aa48b..c2e6eaf 100644 --- a/vite-element-template/.env.development +++ b/vite-element-template/.env.development @@ -1,6 +1,6 @@ # base api VITE_APP_BASE_API=/api VITE_APP_WVP_API=/wvp -VITE_APP_PLAY_PORT=8090 -VITE_APP_BASE_URL=http://192.168.0.129:8890/cc-admin +VITE_APP_PLAY_API=/play +VITE_APP_BASE_URL=http://192.168.0.151:2694/cc-admin VITE_APP_WVP_URL=http://127.0.0.1:18899 \ No newline at end of file diff --git a/vite-element-template/.env.production b/vite-element-template/.env.production index 37a9742..7f18060 100644 --- a/vite-element-template/.env.production +++ b/vite-element-template/.env.production @@ -1,4 +1,3 @@ -# base api -VITE_APP_BASE_API=/cc-admin - -VITE_APP_BASE_URL=http://222.128.25.216:4050 +VITE_APP_BASE_API=/api +VITE_APP_WVP_API=/wvp +VITE_APP_PLAY_API=/play \ No newline at end of file diff --git a/vite-element-template/src/components/common/player.vue b/vite-element-template/src/components/common/player.vue index f8ce425..ab6f0fb 100644 --- a/vite-element-template/src/components/common/player.vue +++ b/vite-element-template/src/components/common/player.vue @@ -1,44 +1,101 @@ -@/utils/storage.js