feat: 添加投标项目查看器的Ionic移动端应用
新增基于Ionic + Vue 3 + TypeScript + Tailwind CSS的移动端应用,适配Android平台。主要功能包括AI推荐项目展示、爬虫信息统计、置顶项目管理和下拉刷新功能。同时更新前后端API端口配置为3300。
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
VITE_ARK_API_KEY=a63d58b6-cf56-434b-8a42-5c781ba0822a
|
||||
|
||||
# 后端 API 地址
|
||||
VITE_API_BASE_URL=http://localhost:3000/
|
||||
VITE_API_BASE_URL=http://localhost:3300/
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
VITE_ARK_API_KEY=a63d58b6-cf56-434b-8a42-5c781ba0822a
|
||||
|
||||
# 后端 API 地址
|
||||
VITE_API_BASE_URL=http://139.180.190.142:3000/
|
||||
VITE_API_BASE_URL=http://139.180.190.142:3300/
|
||||
|
||||
Reference in New Issue
Block a user