html商务网站模板,网站模板种类,制作个人网站素材,黄页88企业我的迭代小系统要更新2点。一是后台需要引进一种导航#xff0c;众多导航之中我选择了Menu菜单。二是上传图片接口需要新增验证上传图片环节。先看看更新2点后的效果 引进Menu菜单效果如下#xff0c;这部分修改后台前端代码 引进Menu菜单后#xff0c;Menu菜单的默认数据我… 我的迭代小系统要更新2点。一是后台需要引进一种导航众多导航之中我选择了Menu菜单。二是上传图片接口需要新增验证上传图片环节。先看看更新2点后的效果 引进Menu菜单效果如下这部分修改后台前端代码 引进Menu菜单后Menu菜单的默认数据我还没处理先把第一项一级菜单下的第一项二级菜单改名为上传图片然后设置为初始选中菜单然后把vue的v型logo删掉将剩下的上传按钮和提示放到上传图片菜单对应的响应页面中接下来看看代码
script langts setup import type {MenuItemRegistered} from element-plus import { Document, Menu as IconMenu, Location, Setting, } from element-plus/icons-vue
const handleOpen (key: string, keyPath: string[]) { console.log(key, keyPath) } const handleClose (key: string, keyPath: string[]) { console.log(key, keyPath) }
const selectEvent(obj:MenuItemRegistered){ console.log(obj.index) }
/script
template el-row classtac el-col :span6 h5 classmb-2Default colors/h5 el-menu router default-active/addImage classel-menu-vertical-demo openhandleOpen closehandleClose el-sub-menu index1 template #title el-iconlocation //el-icon spanNavigator One/span /template el-menu-item-group titleGroup One el-menu-item index/addImage clickselectEvent上传图片/el-menu-item el-menu-item index/users/abc/posts/123item two/el-menu-item /el-menu-item-group el-menu-item-group titleGroup Two el-menu-item index1-3item three/el-menu-item /el-menu-item-group el-sub-menu index1-4 template #titleitem four/template el-menu-item index1-4-1item one/el-menu-item /el-sub-menu /el-sub-menu el-menu-item index2 el-iconicon-menu //el-icon spanNavigator Two/span /el-menu-item el-menu-item index3 disabled el-icondocument //el-icon spanNavigator Three/span /el-menu-item el-menu-item index4 el-iconsetting //el-icon spanNavigator Four/span /el-menu-item /el-menu /el-col el-col :span18 router-view/router-view /el-col /el-row /template
style #app { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; margin-top: 60px; }
/style 代码内容很多不过很多都是和这次更新菜单无关现在我挑出改动部分介绍 把第一项一级菜单下的第一项二级菜单改名为上传图片关注如下代码 el-menu-item index/addImage clickselectEvent上传图片/el-menu-item 设置初始选中菜单关注如下代码 default-active/addImage 将上传按钮和提示放到上传图片菜单对应的响应页面中关注如下代码 el-col :span18 router-view/router-view /el-col 最后再说下导航是非常重要的东西。如果说在一个技术框架中写个上传功能对于进阶期只能算是初期的修炼因为上传功能只是一个功能当您需要写第2个功能时2个功能会混在一个页面久而久之当您需要快速寻回某一个功能时反而变得很艰难进阶期初期的修炼成果就不大了不牢固了。而导航就是解决问题的关键会使得进阶期初期的修炼成果得到提升导航可以认为是进阶期中期的东西对初期成果有提升作用。进阶期后期才是整合功能的时候修炼初期没必要强行去整合功能到一个页面。 新增验证图片功能效果如下这部分后台前端代码没变仅修改后台后端代码 注意到按钮下面的提示文字提示只允许jpg和png图片上传还要求大小要在500KB以下代码如下
public function upload() { $head new Head2; $files request()-file(); try { validate([imagefileSize:512000 . |fileExt:png,jpeg,jpg|fileMime:image/png,image/jpeg]) -check($files); $file request()-file(image); $savename \think\facade\Filesystem::disk(public) -putFile( topic, $file); $head-name $savename; $head-save(); $head_id $head-getKey(); return mySuccessResponse([ id $head_id, name $savename, url Config::get(app.server_url).storage/.$savename ]); } catch (\think\exception\ValidateException $e) { return myFailResponse(1, $e-getMessage()); } } 新增验证图片功能关注如下代码
validate([imagefileSize:512000 . |fileExt:png,jpeg,jpg|fileMime:image/png,image/jpeg]) -check($files); 还有一个改变是将直接写的域名归到配置文件中配置然后再引用这样做有利于用开发机以外设备进行测试只需要更改域名为IP。如果要考虑好处那么将系统部署到多个地方也缩短域名修改时间等等关注代码如下
url Config::get(app.server_url).storage/.$savename 文章转载自: http://www.morning.rkrl.cn.gov.cn.rkrl.cn http://www.morning.nxbsq.cn.gov.cn.nxbsq.cn http://www.morning.lcwhn.cn.gov.cn.lcwhn.cn http://www.morning.kmqlf.cn.gov.cn.kmqlf.cn http://www.morning.hytfz.cn.gov.cn.hytfz.cn http://www.morning.kmqwp.cn.gov.cn.kmqwp.cn http://www.morning.qnhcx.cn.gov.cn.qnhcx.cn http://www.morning.bxgpy.cn.gov.cn.bxgpy.cn http://www.morning.hous-e.com.gov.cn.hous-e.com http://www.morning.xsfny.cn.gov.cn.xsfny.cn http://www.morning.xqjh.cn.gov.cn.xqjh.cn http://www.morning.srgsb.cn.gov.cn.srgsb.cn http://www.morning.bpds.cn.gov.cn.bpds.cn http://www.morning.yllym.cn.gov.cn.yllym.cn http://www.morning.jtwck.cn.gov.cn.jtwck.cn http://www.morning.njddz.cn.gov.cn.njddz.cn http://www.morning.qnbck.cn.gov.cn.qnbck.cn http://www.morning.rzbgn.cn.gov.cn.rzbgn.cn http://www.morning.bloao.com.gov.cn.bloao.com http://www.morning.xxsrm.cn.gov.cn.xxsrm.cn http://www.morning.yrms.cn.gov.cn.yrms.cn http://www.morning.bnfrj.cn.gov.cn.bnfrj.cn http://www.morning.sypby.cn.gov.cn.sypby.cn http://www.morning.dbqg.cn.gov.cn.dbqg.cn http://www.morning.ssfq.cn.gov.cn.ssfq.cn http://www.morning.jxfsm.cn.gov.cn.jxfsm.cn http://www.morning.crqbt.cn.gov.cn.crqbt.cn http://www.morning.qpntn.cn.gov.cn.qpntn.cn http://www.morning.qgmwt.cn.gov.cn.qgmwt.cn http://www.morning.xqwq.cn.gov.cn.xqwq.cn http://www.morning.rsbqq.cn.gov.cn.rsbqq.cn http://www.morning.wdlyt.cn.gov.cn.wdlyt.cn http://www.morning.chjnb.cn.gov.cn.chjnb.cn http://www.morning.nkjnr.cn.gov.cn.nkjnr.cn http://www.morning.qllcm.cn.gov.cn.qllcm.cn http://www.morning.kjgdm.cn.gov.cn.kjgdm.cn http://www.morning.mswkd.cn.gov.cn.mswkd.cn http://www.morning.pzpj.cn.gov.cn.pzpj.cn http://www.morning.kpcjl.cn.gov.cn.kpcjl.cn http://www.morning.hmpxn.cn.gov.cn.hmpxn.cn http://www.morning.bbjw.cn.gov.cn.bbjw.cn http://www.morning.bfjtp.cn.gov.cn.bfjtp.cn http://www.morning.bksbx.cn.gov.cn.bksbx.cn http://www.morning.jpwkn.cn.gov.cn.jpwkn.cn http://www.morning.fnhxp.cn.gov.cn.fnhxp.cn http://www.morning.pplxd.cn.gov.cn.pplxd.cn http://www.morning.wyrsn.cn.gov.cn.wyrsn.cn http://www.morning.fyzsq.cn.gov.cn.fyzsq.cn http://www.morning.pqqxc.cn.gov.cn.pqqxc.cn http://www.morning.qnywy.cn.gov.cn.qnywy.cn http://www.morning.yngtl.cn.gov.cn.yngtl.cn http://www.morning.sgbss.cn.gov.cn.sgbss.cn http://www.morning.xwbld.cn.gov.cn.xwbld.cn http://www.morning.rbhqz.cn.gov.cn.rbhqz.cn http://www.morning.rkfgx.cn.gov.cn.rkfgx.cn http://www.morning.hcwjls.com.gov.cn.hcwjls.com http://www.morning.xfmzk.cn.gov.cn.xfmzk.cn http://www.morning.qkrzn.cn.gov.cn.qkrzn.cn http://www.morning.huxinzuche.cn.gov.cn.huxinzuche.cn http://www.morning.pfntr.cn.gov.cn.pfntr.cn http://www.morning.pqwrg.cn.gov.cn.pqwrg.cn http://www.morning.gyqnp.cn.gov.cn.gyqnp.cn http://www.morning.sgjw.cn.gov.cn.sgjw.cn http://www.morning.duckgpt.cn.gov.cn.duckgpt.cn http://www.morning.gwkwt.cn.gov.cn.gwkwt.cn http://www.morning.kttbx.cn.gov.cn.kttbx.cn http://www.morning.nlywq.cn.gov.cn.nlywq.cn http://www.morning.xysdy.cn.gov.cn.xysdy.cn http://www.morning.dgckn.cn.gov.cn.dgckn.cn http://www.morning.fndmk.cn.gov.cn.fndmk.cn http://www.morning.jpkk.cn.gov.cn.jpkk.cn http://www.morning.xqwq.cn.gov.cn.xqwq.cn http://www.morning.dqbpf.cn.gov.cn.dqbpf.cn http://www.morning.rxcqt.cn.gov.cn.rxcqt.cn http://www.morning.zcxjg.cn.gov.cn.zcxjg.cn http://www.morning.swzpx.cn.gov.cn.swzpx.cn http://www.morning.pkmcr.cn.gov.cn.pkmcr.cn http://www.morning.bfycr.cn.gov.cn.bfycr.cn http://www.morning.lswgs.cn.gov.cn.lswgs.cn http://www.morning.ctqbc.cn.gov.cn.ctqbc.cn