qiudaozhang commented on issue #160: 启动dubbo-admin-backend无法看到服务
URL: 
https://github.com/apache/incubator-dubbo-ops/issues/160#issuecomment-433395591
 
 
   > > > 修改 dubbo-admin-frontend/src/components/http-common.js 里面的 baseURL , 
重新打包可以运行:
   > > > let instance = axios.create({
   > > > **baseURL: 'http://your-ip-address:8080/api/dev'**
   > > > })
   > > 
   > > 
   > > 谢谢,这块我们会体现在文档里面
   > 
   > 
你好,我将这里的IP修改为了我部署的zookeeper的机器的IP地址,依然是http://localhost:8080/api/dev/service?pattern=service+name&filter=
 net::ERR_CONNECTION_REFUSED,这又是什么情况呢?
   
   
   
   > > 修改 dubbo-admin-frontend/src/components/http-common.js 里面的 baseURL , 
重新打包可以运行:
   > > let instance = axios.create({
   > > **baseURL: 'http://your-ip-address:8080/api/dev'**
   > > })
   > 
   > 谢谢,这块我们会体现在文档里面
   
   显示错误为:ServiceSearch.vue:153 Uncaught (in promise) TypeError: Cannot read 
property 'data' of undefined
       at ServiceSearch.vue:153 , 我已经修改过IP地址了。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to