diff --git a/rest/project.http b/rest/project.http index c69c535..48179b8 100644 --- a/rest/project.http +++ b/rest/project.http @@ -7,8 +7,8 @@ content-type: application/json;charset=utf-8 { "client": 1, "data": { - "credential": "123456", - "identifier": "zb" + "credential": "999999", + "identifier": "song" }, "scene": 0, "type": 3 diff --git a/src/App.vue b/src/App.vue index bf8b36c..db464f1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,10 @@