07 2022 档案

摘要:1.下载 npm i amfe-flexible npm i postcss-pxtorem 2.根目录加 postcss.config.js module.exports = { plugins: { // postcss-pxtorem 插件的版本需要 >= 5.0.0 'postcss-pxt 阅读全文
posted @ 2022-07-07 16:56 福超 阅读(90) 评论(0) 推荐(0) 编辑
摘要:1. 根目录加 .eslintrc.js 文件 // .eslintrc.js 文件 module.exports = { env: { browser: true, es2021: true, node: true }, extends: [ 'standard', // 新增这里vue3支持 ' 阅读全文
posted @ 2022-07-07 16:48 福超 阅读(1021) 评论(0) 推荐(0) 编辑
摘要:App.vue <template> <router-view v-slot="{ Component }"> <keep-alive :include="includeList"> <component :is="Component" /> </keep-alive> </router-view> 阅读全文
posted @ 2022-07-07 16:40 福超 阅读(191) 评论(0) 推荐(0) 编辑
摘要:1.公众平台配置ip白名单 https://mp.weixin.qq.com/ 设置与开发 》 基本配置 》 公众号开发信息 》 ip白名单 接口地址对应的ip 2.业务域名和JS安全域名的设置 设置与开发 》 公众号设置 》 功能设置 》 业务域名和JS安全域名 在设置的时候有个txt需要放到前端 阅读全文
posted @ 2022-07-07 16:23 福超 阅读(254) 评论(0) 推荐(0) 编辑
摘要:1.电脑在本地配置hosts C:\Windows\System32\drivers\etc\hosts 例 192.168.10.79 scmh5.dalezhuang.com 不要前面的https 2. 电脑下载安装 charles 查看端口,手机连接同一个wifi 手机wifi设置里面 配置主 阅读全文
posted @ 2022-07-07 15:43 福超 阅读(258) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示