ionic3 sample application

 

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

 

Sample content included with the app includes:

File upload, pull-up update, pull-down loading, pop-up layer, list, loading, grid, button, etc.

 

The file upload interface provided by php needs to add the following code:

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');

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324846391&siteId=291194637