你的vue是不是开启https了?如果开启了,

需要将配置改成 https://appserver.wujie520.cn
你用浏览器查看一下执行的ajax的reponse, 譬如:http://demo.fancyecommerce.com
Access-Control-Allow-Origin: http://demo.fancyecommerce.com
Access-Control-Expose-Headers: fecshop-uuid, fecshop-lang, fecshop-currency, access-token
Connection: keep-alive
Content-Type: application/json; charset=UTF-8
Date: Fri, 11 Jan 2019 01:10:30 GMT
Fecshop-Uuid: 038cf470-097b-11e9-8088-00163e021360
Server: nginx
Transfer-Encoding: chunked
X-Powered-By: PHP/7.1.1
比对一下,自己找找原因