From 158c7888e2bdc97bd8b4217b1a805987a003061a Mon Sep 17 00:00:00 2001
From: Apcallover <1503963513@qq.com>
Date: Fri, 22 Mar 2024 09:47:13 +0800
Subject: [PATCH] =?UTF-8?q?flat:=20=E6=9A=82=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/text-tooltip/index.vue | 2 +-
vue.config.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/text-tooltip/index.vue b/src/components/text-tooltip/index.vue
index 669c35b..0f2feda 100644
--- a/src/components/text-tooltip/index.vue
+++ b/src/components/text-tooltip/index.vue
@@ -6,7 +6,7 @@
{{ content.length > length ? `${content.substring(0, this.length)}...` : content}}
- {{empty}}
+ {{content}}
diff --git a/vue.config.js b/vue.config.js
index fe0929e..6dcf1b9 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -24,11 +24,11 @@ module.exports = {
proxy: {
"/api": {
// target: 'http://10.165.0.173:8000',
- target: "http://39.98.184.58:8000", // 阿里云后台地址
+ // target: "http://39.98.184.58:8000", // 阿里云后台地址
// target: "http://192.168.3.104:8000", // 本地
// target: 'http://192.168.1.106:8000',
// target: 'http://192.168.3.173:8000',
- // target: 'http://10.165.0.173:8000',
+ target: 'http://10.165.0.173:8000',
// target: 'http://198.168.3.120:8000',
ws: true,
changeOrigin: true,