package util const projectGoUrl = "D:\\project\\study\\kkc\\kkc-go\\" const projectVueUrl = "D:\\project\\study\\kkc\\kkc-shop\\" 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" }