# pan-uview-app **Repository Path**: jay4483807/pan-uview-app ## Basic Information - **Project Name**: pan-uview-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-07 - **Last Updated**: 2024-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-project ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### http 请求 对[uni.request()](https://uniapp.dcloud.io/api/request/request)的扩展封装 ``` js // vm是Vue实例,在vue页面中就是this // 三参数形式,data和header可选 vm.$request(url, data, header) // 只有一个options参数对象,支持完整的uni.request()的参数,详见官方文档 vm.$request(options) ```