From 089bf5d2378b3c4a61d795b2a92bede2c193b771 Mon Sep 17 00:00:00 2001 From: admin <344137771@qq.com> Date: Tue, 06 Jan 2026 11:22:58 +0800 Subject: [PATCH] 1 --- .env.development | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..f2e58ec --- /dev/null +++ b/.env.development @@ -0,0 +1,16 @@ +# just a flag +ENV = 'development' + +# api接口请求地址 +# 开发环境 +# VUE_APP_BASE_API = 'http://154.23.189.28:8086' +VUE_APP_BASE_API = 'https://allapi.sceazy.com' +# 静态资源文件url +VUE_APP_RESOURCES_URL = '/admin' + +VUE_APP_HTTP = "https://" +VUE_APP_PORT = ":9528" +VUE_APP_KEY = 'aitopefh3uIFyei23u187r3h2kFeifeuy32iiFUEuefwfiwfw' + + +VUE_APP_SOUND = "true" -- Gitblit v1.9.3