# 聊天机器人 **Repository Path**: ccy_admin/chat-robot ## Basic Information - **Project Name**: 聊天机器人 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-21 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 组件库 uview-ui2 地址 [uview-ui](https://www.uviewui.com/components/intro.html) ### api配置 地址/api/api.js ### 请求使用luch-request https://www.quanzhan.co/luch-request/handbook/ ``` // post列子 export const apiImolaGoodsIndex = (params, config = {}) => http.post('/api/imolaGoodsIndex', params, config) // get列子 export const apiImolaGoodsIndex = (params, config = {}) => http.get('/api/imolaGoodsIndex', {params, ...config}) ``` ### 项目配置文件 目录/config/index BASE_URL请求地址 PATHS 配置页面地址,跳转页面用 ### 下拉刷新上来加载 mescroll-uni:[文档地址](http://www.mescroll.com/uni.html) ### vuex缓存管理 ``` 文件地址/store/index.js 使用列子 this.$c.getVuex('$user.userInfo') this.$c.setVuex('$user.userInfo.avatar', avatar); ``` ### 公共css 目录/common/css/app.scss