协议修改
This commit is contained in:
parent
e9f280b4aa
commit
57cdc1d5ec
|
@ -3,8 +3,8 @@ class WechatsController < ActionController::Base
|
||||||
wechat_responder
|
wechat_responder
|
||||||
|
|
||||||
include ApplicationHelper
|
include ApplicationHelper
|
||||||
# ROOT_URL = "#{Setting.protocol}://#{Setting.host_name}/"
|
ROOT_URL = "#{Setting.protocol}://#{Setting.host_name}"
|
||||||
ROOT_URL = "http://www.trustie.net"
|
#ROOT_URL = "http://www.trustie.net"
|
||||||
# default text responder when no other match
|
# default text responder when no other match
|
||||||
on :text do |request, content|
|
on :text do |request, content|
|
||||||
#邀请码
|
#邀请码
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html ng-app="wechat">
|
<html ng-app="wechat">
|
||||||
<head>
|
<head>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<title>我的动态</title>
|
<title>Trustie平台</title>
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="" />
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
|
|
Loading…
Reference in New Issue