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 = "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" } func GetDaoUrl() string { return ProjectGoUrl + "data\\dao\\manage\\" } func GetRouterUrl() string { return ProjectGoUrl + "router\\BaseBackRouter.go" } func GetVueApiUrl() string { return ProjectVueUrl + "src\\api\\back\\BaseBackApi.ts" }