From e3f7415cbf530edaa005329aa04197ec4316bd01 Mon Sep 17 00:00:00 2001 From: admin <417727563@qq.com> Date: Fri, 21 Feb 2025 17:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E8=B5=9B=E5=A5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/views/userInfo/components/awardeList.vue | 3 ++- vite.config.ts | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index c600ea5..09e06cb 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' -VITE_APP_TITLE = '高赛通' -VITE_APP_BASE_API = http://182.92.169.222:19001/jeecg-boot +VITE_APP_TITLE = '高赛通单项目' +VITE_APP_BASE_API = http://182.92.169.222:18086/jeecg-boot # VITE_APP_BASE_API = 'http://127.0.0.1:8080' \ No newline at end of file diff --git a/src/views/userInfo/components/awardeList.vue b/src/views/userInfo/components/awardeList.vue index b198ebf..42c7154 100644 --- a/src/views/userInfo/components/awardeList.vue +++ b/src/views/userInfo/components/awardeList.vue @@ -95,6 +95,7 @@ const dialogVisible = ref(false) const tableData = ref([]) const getAwardListApi = async () => { const data = { + acpid: '', column: 'createTime', order: 'desc', pageNo: 1, @@ -102,7 +103,7 @@ const getAwardListApi = async () => { } const res: any = await getAwardslist(data) tableData.value = res.result.records - console.log(tableData.value, 'tableData.value') + // console.log(tableData.value, 'tableData.value') } getAwardListApi() const setImageUrl = (url: string) => { diff --git a/vite.config.ts b/vite.config.ts index 2986b07..e42aecd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -33,7 +33,7 @@ export default defineConfig({ host: '0.0.0.0', port: 8866, }, - base:'/stuhome', + base:'/gst_single', resolve: { alias: { '@': path.resolve('./src'), // 相对路径别名配置,使用 @ 代替 src