From 17626227a36c96ee1cc60a64a0d2508d4353cb78 Mon Sep 17 00:00:00 2001 From: whyzxhnd Date: Wed, 7 May 2025 15:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite-element-template/.env | 2 - vite-element-template/.env.development | 4 +- vite-element-template/.env.production | 7 +- .../src/components/common/player.vue | 179 ++++++++++++++---- .../src/components/explosion/clean.vue | 2 +- .../src/components/explosion/data.vue | 3 +- .../src/components/explosion/dust.vue | 6 +- .../src/components/explosion/equip.vue | 6 +- .../src/layout/components/Navbar.vue | 128 ++++++++----- vite-element-template/src/router/index.js | 10 +- vite-element-template/src/store/modules/app.js | 1 + .../src/views/explosion/information/company.vue | 3 + .../src/views/explosion/information/dust.vue | 5 - .../src/views/explosion/information/equip.vue | 4 +- .../src/views/login/image/login_bk_new.jpg | Bin 0 -> 3549090 bytes vite-element-template/src/views/login/login.vue | 204 +++++++++------------ 16 files changed, 338 insertions(+), 226 deletions(-) create mode 100644 vite-element-template/src/views/login/image/login_bk_new.jpg 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