feat(env): 更新开发与生产环境配置中的服务地址 将 .env 和 .env.production 中的文件服务地址、API 基础路径等配置, 以及后端 application-local.properties 中的数据源、Redis 地址等相关配置, 统一更新为新的服务器 IP 和端口,确保本地和生产环境正确连接新部署的服务。 同时更新了视频播放地址以匹配新的流媒体服务地址。 ``` |
||
|---|---|---|
| public | ||
| src | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.cjs | ||
| env.d.ts | ||
| index.html | ||
| jsconfig.json | ||
| package.json | ||
| postcss.config.cjs | ||
| readme.md | ||
| vite.config.js | ||
readme.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).