修改端口 修改全局的vue路径
This commit is contained in:
@@ -40,7 +40,7 @@ func main() {
|
||||
pathdict.Store("/favicon.ico", true)
|
||||
|
||||
rootDir := "../server" // Change this to your root directory
|
||||
vueBuild := "/home/eson/workspace/fusenpack-vue-created"
|
||||
vueBuild := "/opt/fusenpack-vue-created"
|
||||
apiURL, err := url.Parse("http://localhost:9900")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user