Your application is running here: http://undefined:80
解决方法:
把config/index.js文件的
host: ‘http://wx-t.test.com’
改成
host: ‘wx-t.test.com’
本文介绍了一种常见问题,即应用程序启动时显示的链接中包含undefined的问题,并提供了解决方案。通过修改config/index.js文件中的host配置,将'http://undefined:80'更改为'wx-t.test.com',可以正确地指向应用的运行地址。
Your application is running here: http://undefined:80
解决方法:
把config/index.js文件的
host: ‘http://wx-t.test.com’
改成
host: ‘wx-t.test.com’

被折叠的 条评论
为什么被折叠?