shop-wx/env/.env

27 lines
795 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 = '__UNI__D1E5001'
VITE_WX_APPID = 'wxb9ab79f2ddd11af0'
# h5部署网站的base配置到 manifest.config.ts 里的 h5.router.base
# https://uniapp.dcloud.net.cn/collocation/manifest.html#h5-router
VITE_APP_PUBLIC_BASE=/h5/
# 后台请求地址
VITE_SERVER_BASEURL = 'http://localhost:8090/api'
# 后台上传地址
VITE_UPLOAD_BASEURL = 'http://localhost:8081/upload'
# 汇邦云token请求地址
VITE_HUIBANG_BASEURL = 'https://www.ab98.cn'
# h5是否需要配置代理
VITE_APP_PROXY_ENABLE = false
VITE_APP_PROXY_PREFIX = '/api'
# 第二个请求地址 (目前alova中可以使用)
VITE_API_SECONDARY_URL = 'http://wxshop.ab98.cn'
# 认证模式,'single' | 'double' ==> 单token | 双token
VITE_AUTH_MODE = 'single'