From 965dccd295f8a57f9980b95be265f3d7b72d34e3 Mon Sep 17 00:00:00 2001
From: kuaileWu <1432334894@qq.com>
Date: Thu, 29 May 2025 14:47:08 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=8C=BB=E7=94=9F=E7=AB=AF?=
=?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=85=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/doctorImport.vue | 93 +++++++++++++++++++++++
main.js | 8 +-
pages/index/index.vue | 14 +++-
static/images/frontend/add.svg | 1 -
static/images/frontend/add_visitor.svg | 1 -
static/images/frontend/bi.svg | 1 -
static/images/frontend/checkbox_false.svg | 1 -
static/images/frontend/checkbox_true.svg | 1 -
static/images/frontend/close.svg | 1 -
static/images/frontend/copy.svg | 1 -
static/images/frontend/copy_green.svg | 1 -
static/images/frontend/default_avator.svg | 1 -
static/images/frontend/empty.png | Bin 250174 -> 0 bytes
static/images/frontend/gou.svg | 1 -
static/images/frontend/herror.svg | 1 -
static/images/frontend/hicon.svg | 1 -
static/images/frontend/hua.svg | 1 -
static/images/frontend/index_comback.svg | 1 -
static/images/frontend/index_comback2.svg | 1 -
static/images/frontend/index_nav.svg | 1 -
static/images/frontend/list_empty.svg | 1 -
static/images/frontend/message.svg | 1 -
static/images/frontend/right_bg.png | Bin 2139 -> 0 bytes
static/images/frontend/scan.png | Bin 658 -> 0 bytes
static/images/frontend/tabbar_index.svg | 1 -
static/images/frontend/tabbar_index_active.svg | 1 -
static/images/frontend/tabbar_user.svg | 1 -
static/images/frontend/tabbar_user_active.svg | 1 -
static/images/frontend/ten.svg | 1 -
static/images/frontend/user_grey.svg | 1 -
static/images/frontend/user_icon.svg | 1 -
static/images/frontend/visitor_list__bg.svg | 1 -
static/images/frontend/visitor_select_active.svg | 1 -
33 files changed, 109 insertions(+), 33 deletions(-)
create mode 100644 components/doctorImport.vue
delete mode 100644 static/images/frontend/add.svg
delete mode 100644 static/images/frontend/add_visitor.svg
delete mode 100644 static/images/frontend/bi.svg
delete mode 100644 static/images/frontend/checkbox_false.svg
delete mode 100644 static/images/frontend/checkbox_true.svg
delete mode 100644 static/images/frontend/close.svg
delete mode 100644 static/images/frontend/copy.svg
delete mode 100644 static/images/frontend/copy_green.svg
delete mode 100644 static/images/frontend/default_avator.svg
delete mode 100644 static/images/frontend/empty.png
delete mode 100644 static/images/frontend/gou.svg
delete mode 100644 static/images/frontend/herror.svg
delete mode 100644 static/images/frontend/hicon.svg
delete mode 100644 static/images/frontend/hua.svg
delete mode 100644 static/images/frontend/index_comback.svg
delete mode 100644 static/images/frontend/index_comback2.svg
delete mode 100644 static/images/frontend/index_nav.svg
delete mode 100644 static/images/frontend/list_empty.svg
delete mode 100644 static/images/frontend/message.svg
delete mode 100644 static/images/frontend/right_bg.png
delete mode 100644 static/images/frontend/scan.png
delete mode 100644 static/images/frontend/tabbar_index.svg
delete mode 100644 static/images/frontend/tabbar_index_active.svg
delete mode 100644 static/images/frontend/tabbar_user.svg
delete mode 100644 static/images/frontend/tabbar_user_active.svg
delete mode 100644 static/images/frontend/ten.svg
delete mode 100644 static/images/frontend/user_grey.svg
delete mode 100644 static/images/frontend/user_icon.svg
delete mode 100644 static/images/frontend/visitor_list__bg.svg
delete mode 100644 static/images/frontend/visitor_select_active.svg
diff --git a/components/doctorImport.vue b/components/doctorImport.vue
new file mode 100644
index 0000000..d609d50
--- /dev/null
+++ b/components/doctorImport.vue
@@ -0,0 +1,93 @@
+
+
+
+
+ 回医生端
+
+
+
+
+
+
+
diff --git a/main.js b/main.js
index d52acd3..82495b0 100644
--- a/main.js
+++ b/main.js
@@ -157,19 +157,17 @@ const NODE_ENV = 'development';
if(Vue.prototype.provider == Vue.prototype.provider_weixin){
if (NODE_ENV == "development") {
Vue.prototype.request_domain = 'http://jasonyizherenxin.checkcopy.com/';
- Vue.prototype.cssUrl = "/static/images/frontend/";
} else {
Vue.prototype.request_domain = 'https://api.yizherenxin.cn/';
- Vue.prototype.cssUrl = "/static/images/frontend/";
}
+ Vue.prototype.cssUrl = Vue.prototype.request_domain + '/images/frontend/user/';
}else{
if(NODE_ENV == 'development'){
Vue.prototype.request_domain = "http://jasonyizherenxin.checkcopy.com/";
- Vue.prototype.cssUrl = '/static/images/frontend/';
}else{
- Vue.prototype.request_domain = "http://api.yizherenxin.cn/";
- Vue.prototype.cssUrl = '/static/images/frontend/';
+ Vue.prototype.request_domain = "https://api.yizherenxin.cn/";
}
+ Vue.prototype.cssUrl = Vue.prototype.request_domain + '/images/frontend/user/';
}
Vue.prototype.appid = '';
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 8d2d7ea..49ffbf1 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -93,12 +93,19 @@
+
+
+
+