修改端口 修改全局的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) pathdict.Store("/favicon.ico", true)
rootDir := "../server" // Change this to your root directory 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") apiURL, err := url.Parse("http://localhost:9900")
if err != nil { if err != nil {
panic(err) panic(err)

View File

@ -1,6 +1,6 @@
Name: shopping-cart-confirmation Name: shopping-cart-confirmation
Host: 0.0.0.0 Host: 0.0.0.0
Port: 9912 Port: 9911
SourceMysql: fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest SourceMysql: fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest
Auth: Auth:
AccessSecret: fusen2023 AccessSecret: fusen2023

View File

@ -1,6 +1,6 @@
Name: webset Name: webset
Host: 0.0.0.0 Host: 0.0.0.0
Port: 9914 Port: 9913
SourceMysql: "fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest" SourceMysql: "fusentest:XErSYmLELKMnf3Dh@tcp(110.41.19.98:3306)/fusentest"
Auth: Auth:
AccessSecret: fusen2023 AccessSecret: fusen2023