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,