摘要:
Fiber是一个基于Fasthttp(Go最快的HTTP引擎)构建的Go Web框架。它旨在简化零内存分配和性能的情况,以便快速开发,比Gin框架快10倍 官网地址 https://docs.gofiber.io/ package main import ( "log" "github.com/go 阅读全文
posted @ 2024-04-01 14:14
朝阳1
阅读(165)
评论(0)
推荐(0)
摘要:
@charset "utf-8";html{background-color:#fff;color:#000;font-size:12px} body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,b 阅读全文
posted @ 2024-04-01 13:48
朝阳1
阅读(16)
评论(0)
推荐(0)
摘要:
1.App.vue 将获取菜单的方法放在全局中,以便每次刷新页面时,能够加载出。this.$store.state.userInfo是登入后存放在Vuex的用户信息 TODO:把数据放到本地存储,没有的时候再加载,这只是demo <template> <div id="app"> <router-v 阅读全文
posted @ 2024-04-01 13:44
朝阳1
阅读(269)
评论(0)
推荐(0)

浙公网安备 33010602011771号