Commit 7ec8b5f9 authored by mingsoft's avatar mingsoft

版本更新

parent 4968525a
...@@ -398,7 +398,7 @@ CREATE TABLE `model_template` ( ...@@ -398,7 +398,7 @@ CREATE TABLE `model_template` (
-- Records of `model_template` -- Records of `model_template`
-- ---------------------------- -- ----------------------------
BEGIN; BEGIN;
INSERT INTO `model_template` VALUES ('1', '0', '1', 'register.htm', '注册', 'register'), ('2', '0', '1', 'login.htm', '登录', 'login'), ('3', '0', '1', 'userCenter.htm', '个人中心', 'people/userCenter'), ('4', '0', '1549', 'changePassWord.htm', '修改密码', 'changePassWord'); INSERT INTO `model_template` VALUES ('1', '0', '1', 'register.htm', '注册', 'register'), ('2', '0', '1', 'login.htm', '登录', 'login'), ('3', '0', '1', 'userCenter.htm', '个人中心', 'people/userCenter'), ('4', '0', '1', 'changePassWord.htm', '修改密码', 'changePassWord');
COMMIT; COMMIT;
-- ---------------------------- -- ----------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment