diff --git a/main.go b/main.go index 4342486..edd2817 100644 --- a/main.go +++ b/main.go @@ -36,9 +36,9 @@ var rootCmd = &cobra.Command{ }, Run: func(cmd *cobra.Command, args []string) { restfulx.UseAfterHandlerInterceptor(middleware.OperationHandler) - // gin前置 函数 + // 前置 函数 restfulx.UseBeforeHandlerInterceptor(restfulx.PermissionHandler) - // gin后置 函数 + // 后置 函数 restfulx.UseAfterHandlerInterceptor(restfulx.LogHandler) go func() { // 启动系统调度任务 diff --git a/resource/template/vue/list-vue.template b/resource/template/vue/list-vue.template index 3d90db0..2ba009f 100644 --- a/resource/template/vue/list-vue.template +++ b/resource/template/vue/list-vue.template @@ -108,16 +108,21 @@ class-name="small-padding fixed-width" >