lihaiMiddleOfficeAdminWeb/.env.development
mkm 452235e900 feat(print): 添加 vue-plugin-hiprint 插件支持打印功能
- 在 package.json 中添加 vue-plugin-hiprint 依赖
- 更新 package-lock.json 中的相关依赖
- 修改 .env.development 文件中的 API 地址
2024-11-03 16:28:20 +08:00

12 lines
373 B
Plaintext

NODE_ENV = 'development'
VITE_NOW_TYPE = 'dist'
# Base API
# VITE_APP_BASE_URL='http://192.168.101.102:8546'
# VITE_APP_BASE_URL='http://192.168.1.10:8546'
# VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
# VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
VITE_APP_BASE_URL='http://192.168.1.22:8545'
# VITE_APP_BASE_URL='https://ceshi-multi-store.lihaink.cn'