Commit c45b21103e8a995b7f7958696c1a78b8d4434850

Authored by Yang Wen
1 parent 464fa643

解决用户样式

toll/conf-test/viewAttr.properties 0 → 100644
  1 +* 添加viewAttr.properties
  2 + ```
  3 + g_def_static_http=http://manage.toll.com/static/def
  4 + #--------------------------------以下暂不支持--------------------------------
  5 + #消息列表地址
  6 + g_message_list_http=http://messageutter.1n4j.com/notice/index.do
  7 + #异步获取消息条数地址
  8 + g_message_async_http=http://messageutter.1n4j.com/notice/async.do?userId=
  9 + #同步获取消息条数地址
  10 + g_message_sync_http=http://messageutter.1n4j.com/notice/sync.do
  11 + g_message_unread_http=http://messageutter.1n4j.com/notice/unread/snapshot.do?count=5
  12 +
  13 + #验证码地址
  14 + g_verifycode_http=https://authcode.1n4j.com/verify/image?acid=
  15 + #验证码校验地址
  16 + project.verifycode.validate=http://authcode.1n4j.com/verify/validate?acid=
  17 + ```
  18 +* 清理conf.properties文件中所有的地址
0 19 \ No newline at end of file
... ...