# dchat_web **Repository Path**: wwwpythonpw/dchat_web ## Basic Information - **Project Name**: dchat_web - **Description**: dchat前端项目 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2022-11-24 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dchat_web #### 介绍 dchat前端项目 #### 软件架构 软件架构说明 #### 安装教程 需要更改的地方 如下: 再api/url.js中修改 url 和图片长传密码 - const url = '' - - //图片接口密码 - function getImagePassword() { - return '***'; - } - 注意上传图片的服务端源码在这里 [图片服务器](https://gitee.com/derekerrr/images.git)