mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-04 06:02:50 +08:00
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
#开发环境
|
|
NODE_ENV = 'development'
|
|
|
|
VITE_APP_URL = '/api'
|
|
|
|
# office 服务代理地址
|
|
VITE_APP_OFFICE_PROXY_URL = '/office/'
|
|
|
|
# office 脚本地址(用于动态创建脚本标签)
|
|
VITE_APP_OFFICE_SCRIPT_URL = 'https://office.yka.one/web-apps/apps/api/documents/api.js' |