随笔分类 -  uniapp

uniapp开发相关
摘要:1、创建pc.js // #ifdef H5 (function () { var u = navigator.userAgent, w = window.innerWidth; if (!u.match(/AppleWebKit.*Mobile.*/) || u.indexOf("iPad") > 阅读全文
posted @ 2025-01-04 23:15 MvloveYouForever 阅读(13) 评论(0) 推荐(0) 编辑
摘要:推送目标依据为:push_clientid直接执行推送。 推送目标依据为:device_id,查opendb-device表,获得push_clientid执行推送 推送目标依据为:users_id查uni-id-device表(如果需要验证platform就联查opendb-device表),获得 阅读全文
posted @ 2024-03-29 13:46 MvloveYouForever 阅读(23) 评论(0) 推荐(0) 编辑
摘要:1、项目下uni.scss中修改: /* 颜色变量 修改主色位:#f9a648 */ $uni-primary: #f9a648; $uni-primary-disable:mix(#fff,$uni-primary,50%); $uni-primary-light: mix(#fff,$uni-p 阅读全文
posted @ 2024-01-16 10:13 MvloveYouForever 阅读(1131) 评论(0) 推荐(0) 编辑
摘要:1、创建项目:默认模版、vue3、开通unclould 2、导入uni-ssr库 3、保证hbuilderX版本为 3.8.4 4、运行:启用ssr 5、发布: 注意点:Hbuilderx 版本是重点,2、vite.config.js 的配置并没有起效果,base中设置的静态资源二级目录没有生效。 阅读全文
posted @ 2023-12-08 11:10 MvloveYouForever 阅读(468) 评论(0) 推荐(0) 编辑
摘要:1、非admin账号,登录后左侧不显示授权的菜单。 阅读全文
posted @ 2023-04-05 16:29 MvloveYouForever 阅读(23) 评论(0) 推荐(0) 编辑
摘要:1、打开了mumu模拟器。 2、hBuilderX => 运行 => abd路径设置 => 只需要填写android 模拟器端口 7555 (网易mumu模拟器对应的,每个模拟器有自己的,具体查看文档) 3、 cd /Applications/HBuilderX.app/Contents/HBuil 阅读全文
posted @ 2022-09-27 14:53 MvloveYouForever 阅读(484) 评论(0) 推荐(0) 编辑