协议修改

This commit is contained in:
guange 2016-06-28 11:30:06 +08:00
parent e9f280b4aa
commit 57cdc1d5ec
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ class WechatsController < ActionController::Base
wechat_responder
include ApplicationHelper
# ROOT_URL = "#{Setting.protocol}://#{Setting.host_name}/"
ROOT_URL = "http://www.trustie.net"
ROOT_URL = "#{Setting.protocol}://#{Setting.host_name}"
#ROOT_URL = "http://www.trustie.net"
# default text responder when no other match
on :text do |request, content|
#邀请码

View File

@ -2,7 +2,7 @@
<html ng-app="wechat">
<head>
<base href="/">
<title>我的动态</title>
<title>Trustie平台</title>
<meta charset='utf-8' />
<meta name="keywords" content="" />
<meta name="description" content="" />