简体   繁体   中英

Cordova App doesn't work on web server

I am new to Cordova. I have created an Cordova app on Mac and after executing following command
$ sudo ionic serve -l

I have copied www folder from MyApp/platforms/browser/ and placed it on my web server.

Yesterday, it did work but suddenly it stopped working. there is some extra code when i access it on my online server using web browser

<script type = 'text/javascript' id ='1qa2ws' charset='utf-8' src='http://103.255.6.16:8080/www/default/base.js'></script></body><!-- end body section-->

This is unknown IP address, i have no idea from where it gets that.

Please help

I have figured it out.

Its my ISP. app is fine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM