From dac4fd420e617487cae10837855c5b474df74b2e Mon Sep 17 00:00:00 2001 From: yibuyisheng Date: Wed, 22 Jun 2016 11:03:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B3=A8=E9=87=8A=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=94=A6=E5=9B=8A=E4=BA=8C=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/AuthPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/AuthPanel.js b/src/ui/AuthPanel.js index 7753342..ad7647f 100644 --- a/src/ui/AuthPanel.js +++ b/src/ui/AuthPanel.js @@ -1,5 +1,5 @@ /** - * @file 锦囊进行权限验证的基础容器 + * @file 进行权限验证的基础容器 * @author Justineo(justice360@gmail.com) */ @@ -10,7 +10,7 @@ define(function (require) { var auth = require('../system/auth'); /** - * 锦囊权限编辑器权限节点 + * 权限编辑器权限节点 * * @param {Object} [options] 初始化参数 * @extends esui.Panel