diff --git a/Web/src/config/BaseConfig.ts b/Web/src/config/BaseConfig.ts index 300e453..03a2e06 100644 --- a/Web/src/config/BaseConfig.ts +++ b/Web/src/config/BaseConfig.ts @@ -2,8 +2,8 @@ 统一配置中心 */ export class BaseConfig { - public static BaseUrl: string = 'https://localhost:7198' - public static BaseMediaUrl: string = 'https://localhost:7198/' + public static BaseUrl: string = 'https://192.168.0.142:7198' + public static BaseMediaUrl: string = 'https://192.168.0.142:7198/' // public static BaseUrl:string="http://v3.pccsh.com"; // public static BaseMediaUrl:string="http://v3.pccsh.com"; } diff --git a/Web/src/pages/user/badge/index.vue b/Web/src/pages/user/badge/index.vue index c93c264..ea300e3 100644 --- a/Web/src/pages/user/badge/index.vue +++ b/Web/src/pages/user/badge/index.vue @@ -1,3 +1,84 @@ - 暂未开放. - \ No newline at end of file +