You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest>
|
|
<application>
|
|
<name><![CDATA[认证中心]]></name>
|
|
<identifie><![CDATA[attestation]]></identifie>
|
|
<version><![CDATA[1.0.0]]></version>
|
|
<type><![CDATA[expand]]></type>
|
|
<description><![CDATA[认证中心]]></description>
|
|
<author><![CDATA[微连科技]]></author>
|
|
<url><![CDATA[http://www.weliam.cn/]]></url>
|
|
</application>
|
|
<setting>
|
|
<agent embed="true" />
|
|
<system embed="true" />
|
|
<task embed="false" />
|
|
</setting>
|
|
<agentmenu>
|
|
<menu title="认证中心" font="fa-inbox">
|
|
<entry title="认证管理" ac="attestation" do="attestationList" actions='["do",["attestation","attestationList"]]' iscover="true" />
|
|
</menu>
|
|
</agentmenu>
|
|
<systemmenu>
|
|
<menu title="认证中心" font="fa-inbox">
|
|
<entry title="认证管理" ac="attestation" do="attestationList" actions='["do",["attestation","attestationList"]]' iscover="true" />
|
|
<entry title="保证金管理" ac="attestation" do="bondList" actions='["do",["attestation","bondList"]]' />
|
|
<entry title="认证设置" ac="attestation" do="attestationSet" actions='["do",["attestation","attestationSet"]]' />
|
|
</menu>
|
|
</systemmenu>
|
|
</manifest>
|