ionic3样例应用

https://github.com/jujunjun/ionic3-study

该应用包括的样例内容有:

文件上传,上拉更新,下拉加载,弹出层,列表,加载中,栅格,按钮等。

php提供的文件上传接口需要加上下面代码:

header('Access-Control-Allow-Origin:*');
header('Access-Control-Allow-Origin:http://你的域名');
header('Access-Control-Allow-Credentials:true');
header('Access-Control-Allow-Methods:GET, POST, PUT, DELETE, OPTIONS');
header('Access-Control-Allow-Headers:X-Requested-With,content-type');

猜你喜欢

转载自www.cnblogs.com/scott-j/p/8946876.html
今日推荐