# level-mall-mobile **Repository Path**: hellowlicode/level-mall-mobile ## Basic Information - **Project Name**: level-mall-mobile - **Description**: 双鱼商城手机端项目,使用uni-app - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # level-mall-mobile #### 介绍 双鱼商城手机端项目,使用uni-app #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 ## 配置 ### 服务器地址 config/config.js中 ``` export const apiBaseUrl = 'http://www.b2c.com/';//注意最后斜杠,填写你的域名地址 ``` ### 海报H5中保存图片跨域 nginx中添加以下配置 ``` location ~ .*\.(gif|jpg|jpeg|png)$ { add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Headers X-Requested-With; add_header Access-Control-Allow-Methods GET,POST,OPTIONS; } ``` ### 函数差异说明 switchTab 微信小程序有success事件,支付宝小程序暂无此事件 ### APP升级说明 manifest.json 文件源码中的 versionName(应用版本名称) 设置的就是当前APP的版本号 后台APP更新插件设置的版本号大于 versionName(应用版本名称)时,APP打开时会提示更新APP #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)