Giter Club home page Giter Club logo

vue-admin-template-custom's Introduction

vue-admin-template-custom

基础vue-admin-template二改根据自己需求二改而来

变化

1.把快捷导航(标签栏导航)移植进来了

2.把前端控制页面权限动态显示菜单,改成后端传入路由表来动态生成菜单

3.移除部分我觉得没有用得功能,比如设置和Log显示

4.其他微修改看源码。。

主要用途

省去了每次开发做登录,和权限控制,拿来直接上手CRUD,不过后端的权限控制还是不能少的

后端路由表格式

{
	"message": "success",
	"success": true,
	"code": 20000,
	"data": {
		"name": "Uncle",
		"avatar": "https://wpimg.wallstcn.com/f778738c-e4f8-4870-b634-56703b4acafe.gif",
		"roles": ["admin"],
		"routers": [{
			"name": "Test_It",
			"path": "/test",
			"component": "Layout",
			"children": [{
				"name": "Test_It_c",
				"path": "index",
				"component": "Test",
				"meta": {
					"icon": "example",
					"title": "后台"
				},
			}]
		}]
	}
}

预览

preview

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.