# Supermarket_client_H5 **Repository Path**: ithinking_admin/Supermarket_client_H52 ## Basic Information - **Project Name**: Supermarket_client_H5 - **Description**: 基于Vue的>>易购超市>>H5客户端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-15 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # supermarket_client_h5 ## 注意 ①.开发环境跨域代理已经关闭,如需打开请打开vue.config.js中的devserver字段, 并将src/pages/details/index.vue中的 this.$axios.get('http://43.226.148.67:5000/getproduct?ID=' + this.ID) 修改为 this.$axios.get('/getproduct?ID=' + this.ID)
②.此客户端默认请求服务器地址已设置为http://43.226.148.67:5000 如需更改,请修改vue.config.js中的target字段 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).