Commit 8fd775ba3fc81c185b73feaf12da8e59493d7fdb
1 parent
c45b2110
添加域名配置
Showing
1 changed file
with
16 additions
and
0 deletions
manager/conf-test/viewAttr.properties
... | ... | @@ -16,6 +16,22 @@ g_authcode_http=https://authcode.1n4j.com |
16 | 16 | g_toll_http=http://www.toll.com |
17 | 17 | g_toll_static_http=http://manage.toll.com/static/toll |
18 | 18 | |
19 | + g_def_static_http=http://manage.toll.com/static/def | |
20 | + #--------------------------------以下暂不支持-------------------------------- | |
21 | + #消息列表地址 | |
22 | + g_message_list_http=http://messageutter.1n4j.com/notice/index.do | |
23 | + #异步获取消息条数地址 | |
24 | + g_message_async_http=http://messageutter.1n4j.com/notice/async.do?userId= | |
25 | + #同步获取消息条数地址 | |
26 | + g_message_sync_http=http://messageutter.1n4j.com/notice/sync.do | |
27 | + g_message_unread_http=http://messageutter.1n4j.com/notice/unread/snapshot.do?count=5 | |
28 | + | |
29 | + #验证码地址 | |
30 | + g_verifycode_http=https://authcode.1n4j.com/verify/image?acid= | |
31 | + #验证码校验地址 | |
32 | + project.verifycode.validate=http://authcode.1n4j.com/verify/validate?acid= | |
33 | + | |
34 | + | |
19 | 35 | #--------------------------------END域名-------------------------------- |
20 | 36 | |
21 | 37 | #首页地址 | ... | ... |