From ab495cf9a6ed99b04f3ff836c005802db2bf297f Mon Sep 17 00:00:00 2001 From: iqudoo Date: Fri, 5 Jun 2026 17:29:25 +0800 Subject: [PATCH] init commit --- .env.development | 3 +- src/views/business/DemoDoc.vue | 75 ++++ src/views/business/IndexDemo.vue | 616 +++++++++++++++++++++++++------ 3 files changed, 583 insertions(+), 111 deletions(-) create mode 100644 src/views/business/DemoDoc.vue diff --git a/.env.development b/.env.development index 56b0e64..0ab7dbd 100644 --- a/.env.development +++ b/.env.development @@ -6,4 +6,5 @@ VITE_APP_VERSION_NAME=开发版 VITE_APP_CACHE_PROFIX=logistics_dev_admin # API配置 -VITE_API_BASE_URL=http://127.0.0.1:9081/api \ No newline at end of file +# VITE_API_BASE_URL=http://127.0.0.1:9081/api +VITE_API_BASE_URL=https://vet.iqudoo.com/api \ No newline at end of file diff --git a/src/views/business/DemoDoc.vue b/src/views/business/DemoDoc.vue new file mode 100644 index 0000000..1c7ca10 --- /dev/null +++ b/src/views/business/DemoDoc.vue @@ -0,0 +1,75 @@ + + + + + diff --git a/src/views/business/IndexDemo.vue b/src/views/business/IndexDemo.vue index 860a76f..76b3a84 100644 --- a/src/views/business/IndexDemo.vue +++ b/src/views/business/IndexDemo.vue @@ -1,115 +1,148 @@