yskj/env/.env
aiShuiJiaoDeXioShou 2bbb32adf6
Some checks failed
Deploy Pages / build (push) Has been cancelled
Deploy Pages / deploy (push) Has been cancelled
后台编写王朝
2024-10-12 11:13:19 +08:00

18 lines
461 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

VITE_APP_TITLE = '宇森科技'
VITE_APP_PORT = 9000
VITE_UNI_APPID = 'H57F2ACE4'
VITE_WX_APPID = 'wxa2abb91f64032a2b'
# h5部署网站的base配置到 manifest.config.ts 里的 h5.router.base
VITE_APP_PUBLIC_BASE=/yskj/
VITE_SERVER_BASEURL = 'http://localhost:8080/api'
VITE_UPLOAD_BASEURL = 'https://ukw0y1.laf.run/upload'
VITE_STATIC_BASEURL = 'http://localhost:8080/'
# h5是否需要配置代理
VITE_APP_PROXY=false
VITE_APP_PROXY_PREFIX = '/api'