# homeproject **Repository Path**: brightsai/homeproject ## Basic Information - **Project Name**: homeproject - **Description**: homeproject - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-17 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 5173首页系统 ### 访问页面 https://www.5173.com ### 仓库地址 https://gitee.com/brightsai/homeproject.git ### 打包正式更改地方: 1、vite.config.js 开启: base: 'https://static.5173.com/home' 2、api/login.js文件 const login_url = 'https://auth.5173.com' const shop_url = 'https://shop.5173.com' ### 测试本地运行 1、vite.config.js 文件 注释: base: 'https://static.5173.com/home' 2、api/login.js文件 const login_url = 'http://t.5173.com:8866' const shop_url = 'http://test-mall.5173.com' ### 线上环境部署命令 部署命令 zip -r home-prod-1.3.1.zip dist scp -P 8822 home-prod-1.3.1.zip webview@47.99.59.19:/home/webview/home homepub /home/webview/home/home-prod-1.3.1.zip aliyun cdn RefreshObjectCaches --ObjectPath "https://static.5173.com/home/" --ObjectType "Directory"