Commit 76f66759772a8c33b5d96fbe366141dec709cf5f

Authored by Yang Wen
1 parent 7a5a41eb

test

easycharge_manager/viewAttr.properties 0 → 100644
  1 +#系统标题
  2 +#[神农后台管理系统]的utf-8编码. 貌似不支持中文转意...
  3 +g_sys_title=神农后台管理系统
  4 +
  5 +#--------------------------------域名--------------------------------
  6 +#顶级域名
  7 +g_domain=nong12.com
  8 +#本系统域名
  9 +g_local=mg.nong12.com
  10 +#本系统域名的http协议形式
  11 +g_local_http=http://mg.nong12.com
  12 +#验证码系统
  13 +g_authcode_http=https://authcode.1n4j.com
  14 +
  15 +#神农系统
  16 +g_toll_http=http://toll.nong12.com
  17 +g_toll_static_http=http://toll.nong12.com/static/v2
  18 +
  19 + 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 +
  34 +
  35 +#--------------------------------END域名--------------------------------
  36 +
  37 +#首页地址
  38 +g_index_path=http://toll.nong12.com/platform
  39 +
  40 +#开启图片校验
  41 +verifyImg=false
  42 +#开启用户姓名修改
  43 +updateUserName=true
  44 +#限制只有一个用户使用同一个账号
  45 +onlyOneUser=false
0 46 \ No newline at end of file
... ...