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