公告板
版本库
filestore
活动
搜索
登录
main
/
JC23WMS-2
JC23二楼AGV调度
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://47.95.120.53:8083/r/JC23WMS-2
DESKTOP-9BNTV8O
2024-12-13
c77b53b6abb018cd4a9653e64d213e7caed4b8b4
[JC23WMS-2.git]
/
HTML
/
web.config
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<add value="Login.html" />
</files>
</defaultDocument>
<httpRedirect enabled="true" destination="/views" childOnly="true" />
</system.webServer>
</configuration>