修改端口 修改全局的vue路径

This commit is contained in:
eson
2023-07-12 14:23:10 +08:00
parent 16dbf3cb0d
commit b9f8876fde
3 changed files with 3 additions and 3 deletions

View File

@@ -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)