Commit 5ad237801f1ddd9a39aa638451d87bc1e46f3fac

Authored by Yang Wen
1 parent eeba232c

test

easycharge_manager/viewAttr.properties
... ... @@ -9,33 +9,18 @@ g_domain=nong12.com
9 9 g_local=mg.nong12.com
10 10 #本系统域名的http协议形式
11 11 g_local_http=http://mg.nong12.com
12   -#验证码系统
13   -g_authcode_http=https://authcode.1n4j.com
14 12  
15 13 #神农系统
16   -g_toll_http=http://toll.nong12.com
17   -g_toll_static_http=http://toll.nong12.com/static/v2
  14 +g_toll_http=http://charge.nong12.com
  15 +g_toll_static_http=http://charge.nong12.com/static/v2
18 16  
19 17 g_def_static_http=http://mg.nong12.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 18  
34 19  
35 20 #--------------------------------END域名--------------------------------
36 21  
37 22 #首页地址
38   -g_index_path=http://toll.nong12.com/platform
  23 +g_index_path=http://charge.nong12.com/platform
39 24  
40 25 #开启图片校验
41 26 verifyImg=false
... ...