From 12a906589602d901a3ccce02a0b81db568d20ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 18 Jan 2019 01:25:49 +0800 Subject: [PATCH] fixed --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 0c12e24..cf37c55 100644 --- a/js/app.js +++ b/js/app.js @@ -262,7 +262,7 @@ Anot({ // 设置保存 回调 onProfileSaved() { this.toggleModule('local') - appInit = Anot.ss('app-init') + appInit = JSON.parse(Anot.ss('app-init')) }, togglePlayMode() {