摘要:
1. 根目录加 .eslintrc.js 文件 // .eslintrc.js 文件 module.exports = { env: { browser: true, es2021: true, node: true }, extends: [ 'standard', // 新增这里vue3支持 ' 阅读全文
摘要:
App.vue <template> <router-view v-slot="{ Component }"> <keep-alive :include="includeList"> <component :is="Component" /> </keep-alive> </router-view> 阅读全文
摘要:
1.公众平台配置ip白名单 https://mp.weixin.qq.com/ 设置与开发 》 基本配置 》 公众号开发信息 》 ip白名单 接口地址对应的ip 2.业务域名和JS安全域名的设置 设置与开发 》 公众号设置 》 功能设置 》 业务域名和JS安全域名 在设置的时候有个txt需要放到前端 阅读全文
摘要:
1.电脑在本地配置hosts C:\Windows\System32\drivers\etc\hosts 例 192.168.10.79 scmh5.dalezhuang.com 不要前面的https 2. 电脑下载安装 charles 查看端口,手机连接同一个wifi 手机wifi设置里面 配置主 阅读全文