goview_vue/src/settings/pathConst.ts

11 lines
274 B
TypeScript
Raw Normal View History

2022-03-12 15:25:26 +08:00
// * 外部路径地址
2021-12-18 16:36:43 +08:00
// 项目文档地址
2022-02-28 21:15:57 +08:00
export const docPath = "http://www.mtruning.club:81/"
2021-12-18 16:36:43 +08:00
2022-02-28 21:15:57 +08:00
// 项目源码
2021-12-18 16:36:43 +08:00
export const giteeSourceCodePath = "https://gitee.com/MTrun/go-view/"
2022-04-17 15:16:47 +08:00
// 赞助
export const sponsorPath = "http://www.mtruning.club:81/more/sponsor.html"