呆已成過去
- 商業版用戶
- 82
- 83
- 2013-02-13
|
1#
t
T
發表于 2015-01-05 20:05
|顯示全部
/template/index.html 里邊有一段 修改相應的地址即可 問題是你單獨做了一個?wap? - <link rel="alternate" href="http://${WebDomain}/wap/" media="handheld" type="application/vnd.wap.xhtml+xml">
- <meta name="mobile-agent" http-equiv="mobile-agent" content="format=html5; url=http://${WebDomain}/wap/">
- <meta name="mobile-agent" http-equiv="mobile-agent" content="format=wml; url=http://${WebDomain}/wap/">
- <meta name="mobile-agent" http-equiv="mobile-agent" content="format=xhtml; url=http://${WebDomain}/wap/">
復制代碼
|