公告板
版本库
filestore
活动
搜索
登录
main
/
zymesSrmLayUi
智云srmLayUi(安瑞和瑞琪)(通用版本)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1
yusijie
2024-06-07
b28acfba24adf4f1d2b567d0e2d99c29bd8c6d03
[zymesSrmLayUi.git]
/
WebSRM
/
Account
/
Web.config
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<configuration>
<location path="Manage.aspx">
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
</location>
</configuration>