上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 1:封装上传图片组件 <template> <el-form :model="form"> <el-form-item label="" :label-width="formLabelWidth" style="float:left;" > <el-upload ref="upload" :acti 阅读全文
posted @ 2022-07-21 06:24 yingxianqi 阅读(196) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39237340/article/details/121800763?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_title~default-1-121 阅读全文
posted @ 2022-07-17 20:19 yingxianqi 阅读(125) 评论(0) 推荐(0) 编辑
摘要: http://www.manongjc.com/detail/20-dxxlmltpynzljyq.html 可以使用它自带的底部导航,但是为了便于拓展比如多语言在json里面很难识别js,最好还是自己封装一个底部组件,每个页面调用 阅读全文
posted @ 2022-06-17 01:08 yingxianqi 阅读(106) 评论(0) 推荐(0) 编辑
摘要: https://uniapp.dcloud.io/component/uniui/quickstart.html 在拓展组件=>开始使用=>里面找到 通过 uni_modules 单独安装组件,然后点击下载组件,下载完成后放到项目的uni_models,然后其他地方都可以直接用了,不用做其他任何操作 阅读全文
posted @ 2022-06-16 03:13 yingxianqi 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 1:router.js里面 export default{ router, install(Vue){ //添加路由防守,防止未登录就随意进入系统页面,登录注册页面除外 router.beforeEach((to,form,next)=>{ if(to.path.indexOf('/login') 阅读全文
posted @ 2022-06-10 01:10 yingxianqi 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 在 yarn install的时候报 error @achrinza/node-ipc@9.2.2: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16 || 阅读全文
posted @ 2022-06-07 22:39 yingxianqi 阅读(1695) 评论(0) 推荐(0) 编辑
摘要: 1:创建outlook邮箱 2:进入https://www.godaddy.com/zh-sg 创建账号,使用电子邮箱绑定上面的outlook邮箱,手机安装googele验证器(Authentictor)扫码进行google验证器验证 3:然后登录https://www.godaddy.com/zh 阅读全文
posted @ 2022-06-02 02:09 yingxianqi 阅读(104) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010998327/article/details/124361181https://www.mxnzp.com/doc/detail?id=27http://blog.mxnzp.com/?p=59https://www.mxnzp.com/api/e 阅读全文
posted @ 2022-05-25 00:50 yingxianqi 阅读(48) 评论(0) 推荐(0) 编辑
摘要: yingxianqi1 或者 2107076114@qq.com cd789813787 1.在需要拉取文件的地方鼠标右键,git bash here 打开命令行git clone url 可以拉取项目 2:推送需要设置用户名邮箱 $ git config --global user.name “输 阅读全文
posted @ 2022-05-16 17:19 yingxianqi 阅读(64) 评论(0) 推荐(0) 编辑
摘要: (1)vue3的setup里面可以通过合成函数可以实现把组件js代码和组件分开,js封装合成函数后,组件直接const {doubleval,GetVal}=vue3min(777);获取,如下面代码 (2)vue3在引用一些三方插件的时候就可能经常调用第三方插件js的合成函数,如官网ant des 阅读全文
posted @ 2022-04-23 17:00 yingxianqi 阅读(382) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页
点击右上角即可分享
微信分享提示