|
|
|
|
@ -57,14 +57,14 @@ VALUES ('重置密码', '/account/reset-password', 'system')
|
|
|
|
|
INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category])
|
|
|
|
|
VALUES ('管理角色', '/account/role-new', 'system')
|
|
|
|
|
|
|
|
|
|
INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category])
|
|
|
|
|
VALUES ('搜索所有地接', '/agency/all', 'system')
|
|
|
|
|
|
|
|
|
|
INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category])
|
|
|
|
|
VALUES ('所有海外功能', '/oversea/all', 'oversea')
|
|
|
|
|
|
|
|
|
|
INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category])
|
|
|
|
|
VALUES ('团预订', '/reservation/all', 'oversea')
|
|
|
|
|
INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category])
|
|
|
|
|
VALUES ('团预订(客服)', '/reservation/most', 'oversea')
|
|
|
|
|
|
|
|
|
|
INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category])
|
|
|
|
|
VALUES ('账单', '/invoice/all', 'oversea')
|
|
|
|
|
INSERT INTO [dbo].[auth_resource] ([res_name] ,[res_pattern], [res_category])
|
|
|
|
|
|