From b65cd95558433799d33381b1d8e30bfbe9023a8b Mon Sep 17 00:00:00 2001 From: lyc Date: Tue, 30 Jul 2024 09:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=89=93=E5=BC=80=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E5=8F=8D=E9=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/utils/linkConfig.js | 11 ++++++++++- src/renderer/src/views/prepare/index.vue | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/utils/linkConfig.js b/src/renderer/src/utils/linkConfig.js index 09c7aa1..1033e66 100644 --- a/src/renderer/src/utils/linkConfig.js +++ b/src/renderer/src/utils/linkConfig.js @@ -4,6 +4,7 @@ import useUserStore from '@/store/modules/user' const userStore = useUserStore() const baseConfig = { // Electron 设置cookie + // url: import.meta.env.VITE_APP_BASE_API, url: 'https://file.ysaix.com:7868', //cookie 名称 这里为 token name: 'Admin-Token', @@ -14,13 +15,20 @@ const baseConfig = { } -// 作业 +// 作业布置 const homeWork = { data: { ...baseConfig}, // 完整路径 fullPath: `${baseConfig.url}/teaching/classtaskassign?titleName=%E4%BD%9C%E4%B8%9A%E5%B8%83%E7%BD%AE` } +// 作业反馈 +const feedback = { + data: { ...baseConfig}, + // 完整路径 + fullPath: `${baseConfig.url}/teaching/classtaskassign?titleName=作业反馈` +} + // 高考研读 const gk = { data: { ...baseConfig}, @@ -41,6 +49,7 @@ const aiModel = { export default { homeWork, + feedback, gk, standard, aiModel diff --git a/src/renderer/src/views/prepare/index.vue b/src/renderer/src/views/prepare/index.vue index 35743ab..ac5400b 100644 --- a/src/renderer/src/views/prepare/index.vue +++ b/src/renderer/src/views/prepare/index.vue @@ -38,6 +38,7 @@
+ 作业反馈 布置作业 上传资料 新建课件