网址改为配置
This commit is contained in:
@@ -1076,4 +1076,11 @@ update jsh_material_category set delete_flag='0';
|
||||
-- by jishenghua
|
||||
-- 增加租户管理菜单
|
||||
-- --------------------------------------------------------
|
||||
INSERT INTO `jsh_erp`.`jsh_function` (`id`, `number`, `name`, `parent_number`, `url`, `component`, `state`, `sort`, `enabled`, `type`, `push_btn`, `icon`, `delete_flag`) VALUES ('18', '000109', '租户管理', '0001', '/system/tenant', '/system/TenantList', b'0', '0167', b'1', '电脑版', '1', 'profile', '0');
|
||||
INSERT INTO `jsh_function` (`id`, `number`, `name`, `parent_number`, `url`, `component`, `state`, `sort`, `enabled`, `type`, `push_btn`, `icon`, `delete_flag`) VALUES ('18', '000109', '租户管理', '0001', '/system/tenant', '/system/TenantList', b'0', '0167', b'1', '电脑版', '1', 'profile', '0');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2021年6月19日
|
||||
-- by jishenghua
|
||||
-- 更新jsh_platform_config数据
|
||||
-- --------------------------------------------------------
|
||||
INSERT INTO `jsh_platform_config` (`id`, `platform_key`, `platform_key_info`, `platform_value`) VALUES ('3', 'platform_url', '官方网站', 'http://www.huaxiaerp.com/');
|
||||
|
||||
Reference in New Issue
Block a user