🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## **插件安装** 1. 将本压缩包的api\_interface文件夹放到微擎项目的根目录中 2. 访问 您的域名/api\_interface/install.php,4插件会自动安装 3. 即可完成安装步骤 下载地址 :链接:https://pan.baidu.com/s/1m_mYWgx5BaJZ9k5euNeJ2A 提取码:vm5y ## **App配置** 以下步骤均使用‘http://\*\*\*/’代替您自己的域名,请配置时自行替换 ### **1.创建原生App** 在变色龙网站(http://www.appbsl.cn/encapsulationApp/35)原生app。打开配置页面 ### **2. 基本配置** 修改主页地址 [http://\*\*\*/app/index.php?i=1&c=entry&m=ewei\_shopv2&do=mobile](http://***/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile) ![](http://h-img.bslyun.com/ba9176e210f428ea9cdb5216439fd7fc) ### **3. 原生菜单栏配置** 原生组件--菜单栏中,增加以下按钮 首页: [http://\*\*\*/app/index.php?i=1&c=entry&m=ewei\_shopv2&do=mobile](http://***/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile) 商品: [http://\*\*\*/app/index.php?i=1&c=entry&m=ewei\_shopv2&do=mobile&r=shop.category](http://***/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=shop.category) 个人中心: [http://\*\*\*/app/index.php?i=1&c=entry&m=ewei\_shopv2&do=mobile&r=member](http://***/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=member) ![](http://h-img.bslyun.com/94266c0ef9f2e9af505edc6b6ebe8d4b) ### **4. 在原生页面** **原生首页** 拦截地址: [http://\*\*\*/app/index.php?i=1&c=entry&m=ewei\_shopv2&do=mobile](http://***/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile) 接口地址: [http://\*\*\*/api/home.php?i=1&m=ewei\_shopv2&do=home](http://***/api/home.php?i=1&m=ewei_shopv2&do=home) **原生列表页** 拦截地址: [http://\*\*\*/app/index.php?i=1&c=entry&m=ewei\_shopv2&do=mobile&r=member](http://***/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=member) 接口地址: [http://\*\*\*/api/goods/goodsClassify.php?i=1&categoryId=3&do=category&count=1](http://***/api/goods/goodsClassify.php?i=1&categoryId=3&do=category&count=1) **原生页面个人中心** 拦截地址: [http://\*\*\*/app/index.php?i=1&c=entry&m=ewei\_shopv2&do=mobile&r=member](http://***/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=member) 接口地址: [http://\*\*\*/api/center.php?i=1&c=entry&m=ewei\_shopv2&do=center](http://***/api/center.php?i=1&c=entry&m=ewei_shopv2&do=center) 登录链接 http://\*\*\* /api/home.php?i=1&do=login 退出链接 http:// \*\*\* /api/home.php?i=1&do=logout ![](http://h-img.bslyun.com/d52a4e02b50600bdbea709e6109e9d06) ### **5. 配置完成即可进行生成** ## **卸载插件的方法** 涉及的改动文件 /api/goods/goodsClassify.php /api/center.php /api/home.php 会生成以下备份版本 /api/goods/goodsClassify.php\_base\_ /api/center.php\_base\_ /api/home.php\_base\_ 可自行恢复代码