1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| ###
| # @Author: shuishen 1109946754@qq.com
| # @Date: 2024-10-25 11:21:24
| # @LastEditors: shuishen 1109946754@qq.com
| # @LastEditTime: 2024-10-25 11:37:37
| # @FilePath: \bigScreen\.env.development
| # @Description:
| #
| # Copyright (c) 2024 by shuishen, All Rights Reserved.
| ###
|
| #开发环境配置
| VITE_APP_ENV = 'development'
|
| #接口地址
| VITE_APP_API=/zhyqayapi
|
| #页面基础路径
| VITE_APP_BASE=/zhyq-rc/
|
|