From b5ee08609ddd15445d891f20037846bc2cceff54 Mon Sep 17 00:00:00 2001 From: ShawnPhang Date: Fri, 8 Sep 2023 00:29:29 +0800 Subject: [PATCH] code: change domain --- src/components/modules/panel/widgetPanel.vue | 2 +- src/config.ts | 9 ++++++++- src/views/Psd.vue | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/modules/panel/widgetPanel.vue b/src/components/modules/panel/widgetPanel.vue index aebf749..d42c49c 100644 --- a/src/components/modules/panel/widgetPanel.vue +++ b/src/components/modules/panel/widgetPanel.vue @@ -7,7 +7,7 @@

{{ item.name }}

- Github 源码 + Github 源码
diff --git a/src/config.ts b/src/config.ts index 89c6b60..8009663 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,3 +1,10 @@ +/* + * @Author: ShawnPhang + * @Date: 2023-09-07 22:56:09 + * @Description: + * @LastEditors: ShawnPhang + * @LastEditTime: 2023-09-07 23:32:50 + */ // const prefix = import.meta.env const prefix = process.env @@ -10,7 +17,7 @@ export default { APP_NAME: '迅排设计', COPYRIGHT: 'ShawnPhang - Palxp.com', // API_URL: isDev ? 'http://localhost:9998' : '${API}', - API_URL: 'https://app.palxp.com:8887', + API_URL: 'https://www.palxp.cn:8887', SCREEN_URL: isDev ? 'http://localhost:7001' : '${SCREEN_URL}', IMG_URL: 'https://store.palxp.com/', // ICONFONT_URL: '//at.alicdn.com/t/font_3223711_74mlzj4jdue.css', diff --git a/src/views/Psd.vue b/src/views/Psd.vue index bf71279..03cc3f2 100644 --- a/src/views/Psd.vue +++ b/src/views/Psd.vue @@ -3,7 +3,7 @@ * @Date: 2022-01-10 14:57:53 * @Description: Psd文件解析 * @LastEditors: ShawnPhang - * @LastEditTime: 2023-09-07 22:32:24 + * @LastEditTime: 2023-09-07 22:55:33 -->