提交 6fd9b34a 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

refactor(vue-devtools): 优化测试请求返回 json

上级 9d197336
......@@ -58,7 +58,7 @@ exports.initDevtoolsServer = async () => {
const testConnectionPort = await detectPort(9500)
testConnectionApp.get('/', (_, res) => {
res.header('Access-Control-Allow-Origin', '*')
res.send('test connection ok!')
res.send({message: 'test connection ok!'})
})
testConnectionApp.listen(testConnectionPort, '0.0.0.0', () => {
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册