gujiheimao 2 lat temu
rodzic
commit
146afe001a
1 zmienionych plików z 7 dodań i 3 usunięć
  1. 7 3
      util/ProjectUrl.go

+ 7 - 3
util/ProjectUrl.go

@@ -1,8 +1,12 @@
 package util
 
-const ProjectGoUrl = "D:\\project\\study\\kkc\\kkc-go\\"
-const ProjectVueUrl = "D:\\project\\study\\kkc\\kkc-shop\\"
-const ProjectGoCreateUrl = "D:\\project\\study\\kkc\\go-xorm-create\\go-xorm-create\\"
+//const ProjectGoUrl = "D:\\project\\study\\kkc\\kkc-go\\"
+//const ProjectVueUrl = "D:\\project\\study\\kkc\\kkc-shop\\"
+//const ProjectGoCreateUrl = "D:\\project\\study\\kkc\\go-xorm-create\\go-xorm-create\\"
+
+const ProjectGoUrl = "E:\\project\\kkc\\kkc-go\\"
+const ProjectVueUrl = "E:\\project\\kkc\\kkc-shop\\"
+const ProjectGoCreateUrl = "E:\\project\\kkc\\go-xorm-create\\"
 
 func GetDomainUrl() string {
 	return ProjectGoUrl + "data\\domain\\DoMain.go"