From 5e62f8122fb248801672914f91a43278a16e748e Mon Sep 17 00:00:00 2001 From: "luo.linghao" <1187536986@qq.com> Date: Tue, 18 Feb 2020 22:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=89=B2data.json=EF=BC=8C=E4=BE=BF?= =?UTF-8?q?=E4=BA=8E=E5=AF=BC=E5=85=A5=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IdGenerator.json | 7 ++++++ web_admin.json | 26 ++++++++++++++++++++ web_news.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++ web_news_type.json | 20 ++++++++++++++++ 4 files changed, 113 insertions(+) create mode 100644 IdGenerator.json create mode 100644 web_admin.json create mode 100644 web_news.json create mode 100644 web_news_type.json diff --git a/IdGenerator.json b/IdGenerator.json new file mode 100644 index 0000000..4e1d0f7 --- /dev/null +++ b/IdGenerator.json @@ -0,0 +1,7 @@ +{ + "_id" : ObjectId("592069937092ebaddbdcbc5b"), + "modelName" : "counter", + "uid" : 1, + "tid" : 0, + "nid" : 0 +} diff --git a/web_admin.json b/web_admin.json new file mode 100644 index 0000000..04f4323 --- /dev/null +++ b/web_admin.json @@ -0,0 +1,26 @@ +{ + "_id" : ObjectId("58d8a899f5f2486f1f6d4236"), + "uid" : 1, + "name" : "admin", + "pass" : "123", + "status" : 1, + "time" : "1325472736" +} +{ + "_id" : ObjectId("58db7828a14b14815447cf33"), + "name" : "sdf", + "pass" : "123", + "status" : 1, + "time" : "1325472736", + "uid" : 3, + "__v" : 0 +} +{ + "_id" : ObjectId("58db7d3bcee4d48df6f5bdfd"), + "name" : "sdddf", + "pass" : "123", + "status" : 1, + "time" : "1325472736", + "uid" : 4, + "__v" : 0 +} \ No newline at end of file diff --git a/web_news.json b/web_news.json new file mode 100644 index 0000000..5870761 --- /dev/null +++ b/web_news.json @@ -0,0 +1,60 @@ +{ + "_id" : ObjectId("58d8a8ea73410562025f37b0"), + "nid" : 1, + "title" : "aboutus", + "con" : "httml", + "module" : "aboutus", + "type" : 1, + "ord" : 1, + "seotitle" : "1", + "seokeyword" : "1", + "seodesc" : "1", + "uid" : 1, + "langid" : "cn", + "time" : "1325472736" +} +{ + "_id" : ObjectId("58d8a8ea73410562025f37b1"), + "nid" : 2, + "title" : "aboutus1", + "con" : "httml", + "module" : "aboutus", + "type" : 1, + "ord" : 1, + "seotitle" : "1", + "seokeyword" : "1", + "seodesc" : "1", + "uid" : 1, + "langid" : "cn", + "time" : "1325472736" +} +{ + "_id" : ObjectId("58d8a8ea73410562025f37b2"), + "nid" : 3, + "title" : "case1", + "con" : "httml", + "module" : "case", + "type" : 2, + "ord" : 1, + "seotitle" : "1", + "seokeyword" : "1", + "seodesc" : "1", + "uid" : 1, + "langid" : "cn", + "time" : "1325472736" +} +{ + "_id" : ObjectId("58d8a8ea73410562025f37b3"), + "nid" : 4, + "title" : "case2", + "con" : "httml", + "module" : "case", + "type" : 2, + "ord" : 1, + "seotitle" : "1", + "seokeyword" : "1", + "seodesc" : "1", + "uid" : 1, + "langid" : "cn", + "time" : "1325472736" +} \ No newline at end of file diff --git a/web_news_type.json b/web_news_type.json new file mode 100644 index 0000000..24b86c8 --- /dev/null +++ b/web_news_type.json @@ -0,0 +1,20 @@ +{ + "_id" : ObjectId("58d8a91a73410562025f37b4"), + "tid" : 1, + "name" : "关于我们", + "link" : "aboutus.html", + "ord" : 1, + "status" : 1, + "time" : "1325472736", + "uid" : 1 +} +{ + "_id" : ObjectId("58d8a91a73410562025f37b5"), + "tid" : 2, + "name" : "案例", + "link" : "case.html", + "ord" : 2, + "status" : 1, + "time" : "1325472736", + "uid" : 1 +} \ No newline at end of file