diff --git a/src/web_console/irext_console.js b/src/web_console/irext_console.js index 93c5ba5..0cf4641 100644 --- a/src/web_console/irext_console.js +++ b/src/web_console/irext_console.js @@ -80,6 +80,7 @@ function tokenValidation (req, res, next) { // request of content type of multipart/form-data would be validated inside each service next(); } else { + console.log("adminID = " + adminID + ", token = " + token); certificateLogic.verifyTokenWorkUnit(adminID, token, function(validateTokenErr) { if(errorCode.SUCCESS.code != validateTokenErr.code) { var fakeResponse = { diff --git a/src/web_console/web/code/index.html b/src/web_console/web/code/index.html index cd04661..8e2a113 100644 --- a/src/web_console/web/code/index.html +++ b/src/web_console/web/code/index.html @@ -22,10 +22,7 @@

IRext

diff --git a/src/web_console/web/code/js/code_index.js b/src/web_console/web/code/js/code_index.js index 17e962f..051b07e 100644 --- a/src/web_console/web/code/js/code_index.js +++ b/src/web_console/web/code/js/code_index.js @@ -1760,5 +1760,5 @@ function translateToTC(textID, targetTextID) { } function gotoIndex() { - window.location = '../index.html?admin_id='+id+'&token='+token; + window.location = '../'; } \ No newline at end of file diff --git a/src/web_console/web/index.html b/src/web_console/web/index.html index 13f41d1..f49e6a3 100644 --- a/src/web_console/web/index.html +++ b/src/web_console/web/index.html @@ -16,111 +16,25 @@ - - -
-
-

IRext

-

开源家用电器红外的编码、解码和索引方案.

-
-

看看数据先

-
-
-
-
-
-

红外编码

-

基于XML的编码输入语言

-

支持远程录入

-

支持红外分析仪插件

-
-
-

红外解码

-

支持多种平台下的解码

-

极小的内存开销

-

高性能解码

-
-
-

码库索引

-

利用Web控制台录入码库

-

规范的码库审核和发布流程

-

支持协议扩充

-
+
+ -
-
-
-

码库支持

-

支持13种电器类型

-

支持数百个品牌

-

支持上万种型号家电

-
-
-

扩展功能

-

支持基于开源硬件的IR学习

-

提供远程编码服务

-

代码完全开源

-
-
-

易于上手

-

仅需几步就能移植到您的项目

-

Web服务接口文档

-

提供开放式控制台和示例代码

-
-
-
- -
-

Strawmanbobi, 2016

-
+
- -