赵忠林 f3b88d48c5 fix(request): 解决reactive对象导致重复请求问题
- 修改detail页面标题字体大小样式
- 更新自定义组件中的报名链接地址
- 在request工具中导入vue的isProxy和toRaw方法
- 添加proxy对象检测避免useFetch监听变更重复发送请求
- 修复post和put方法中的数据传递逻辑
2026-03-17 16:47:39 +08:00
2025-03-01 10:52:11 +08:00
2025-04-17 16:22:32 +08:00
2025-05-16 20:15:45 +08:00
2025-03-01 10:52:11 +08:00
2025-01-27 23:24:42 +08:00
2025-04-17 16:22:32 +08:00
2025-05-12 20:44:07 +08:00
2025-05-16 20:15:45 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-03-01 10:52:11 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-02-12 16:37:07 +08:00
2025-02-12 16:37:07 +08:00
2025-02-12 16:37:07 +08:00
2025-02-22 22:11:19 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00
2025-01-27 23:23:02 +08:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Description
广西百色农校
Readme 14 MiB
Languages
Vue 48.9%
TypeScript 35.9%
CSS 14.6%
HTML 0.5%