- Update default login email to xinmi@local.com - Update default password to 12345678 (and bcrypt hash in crm.sql) - Add example customers, products, and contracts to init SQL - Fix Docker env interpolation for VITE_API_BASE_URL - Hardcode local backend API URL in frontend .env files - Update README and docs to reflect new default credentials
This commit is contained in:
@@ -56,8 +56,8 @@ docker compose up -d --build
|
||||
- **后端接口**:[http://localhost:11001/api](http://localhost:11001/api)
|
||||
|
||||
> **默认体验账号:**
|
||||
> 邮箱:`1655064994@qq.com`
|
||||
> 密码:`1655064994`
|
||||
> 邮箱:`xinmi@local.com`
|
||||
> 密码:`12345678`
|
||||
|
||||
## 💻 本地开发环境
|
||||
|
||||
@@ -83,6 +83,28 @@ npm install
|
||||
npm run dev
|
||||
```
|
||||
|
||||
|
||||
|
||||
### 截图
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 📄 许可证
|
||||
|
||||
[MIT License](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user