Closed
Description
Version
3.0.0
Node and OS info
Node 10.8.0 / yarn 1.9.4 / macOS High Sierra 10.13.6
Steps to reproduce
Serve more than one project by Vue UI. For example, there are two projects named app
, manage
. Serve app
first then serve manage
. If you switch to the management panel of app
. Click "Lanuch App" button will not open app
, instead it will launch manage
.
What is expected?
The "Launch App" button should launch app
.
What is actually happening?
Click "Lanuch App" button will not open app
, instead it will launch manage
.