文章详情
更新新版本之后首页报错,请执行以下sql
INSERT INTO `me_config` (`id`, `name`, `group`, `title`, `tip`, `type`, `value`, `content`, `rule`, `extend`, `allow_del`, `weigh`) VALUES (NULL, 'index_template', 'basics', '首页模板', '', 'string', '1', NULL, '', '', '1', '0')
更新新版本之后云端类型是空白的,选择还会报错,请执行以下sql
ALTER TABLE `me_cloud` MODIFY COLUMN cloud_type varchar(200);
UPDATE `me_cloud` SET `cloud_type`='mac_old' WHERE CAST(`cloud_type` AS CHAR) = '1';
UPDATE `me_cloud` SET `cloud_type`='uos' WHERE CAST(`cloud_type` AS CHAR) = '5';
更新新版本之后发现没有云端类型管理菜单,请执行以下sql
INSERT INTO `me_admin_rule` (`id`, `pid`, `type`, `title`, `name`, `path`, `icon`, `menu_type`, `url`, `component`, `keepalive`, `extend`, `remark`, `weigh`, `status`, `update_time`, `create_time`) VALUES (NULL, '130', 'menu', '云端类型管理', 'cloud/type', 'cloud/type', 'el-icon-Cloudy', 'tab', '', '/src/views/backend/cloud/type/index.vue', '1', 'none', '', '6', '1', '1730805431', '1730805390'), (NULL, '217', 'button', '查看', 'cloud/type/index', '', '', NULL, '', '', '0', 'none', '', '0', '1', '1730805390', '1730805390'), (NULL, '217', 'button', '添加', 'cloud/type/add', '', '', NULL, '', '', '0', 'none', '', '0', '1', '1730805390', '1730805390'), (NULL, '217', 'button', '编辑', 'cloud/type/edit', '', '', NULL, '', '', '0', 'none', '', '0', '1', '1730805390', '1730805390'), (NULL, '217', 'button', '删除', 'cloud/type/del', '', '', NULL, '', '', '0', 'none', '', '0', '1', '1730805390', '1730805390'), (NULL, '217', 'button', '快速排序', 'cloud/type/sortable', '', '', NULL, '', '', '0', 'none', '', '0', '1', '1730805390', '1730805390')
Bug示例截图
版权:
转载请注明出处:https://yzf.cnmla.com/432.html
还没有评论呢,快来抢沙发~