自己写一套权限控制,去掉spring security

This commit is contained in:
暮光:城中城
2019-05-29 23:03:30 +08:00
parent 25b4089a8f
commit c3b3b60d93
29 changed files with 1008 additions and 520 deletions

View File

@@ -50,7 +50,7 @@ new Vue({
router,
render(h) {
var app = h(App);
global.app = app.context;
global.vue = app.context;
return app;
}
});