diff --git a/config/index.js b/config/index.js
index 34581f0..ad68692 100644
--- a/config/index.js
+++ b/config/index.js
@@ -12,16 +12,16 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
- target: 'http://127.0.0.1:9990',
- // target: 'http://60.255.186.185:9024/api',
+ // target: 'http://127.0.0.1:9990',
+ target: 'http://60.255.186.185:9024/api',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
},
'/localImage': {
- // target: 'http://60.255.186.185:9024/',
- target: 'http://127.0.0.1:9990/',
+ target: 'http://60.255.186.185:9024/',
+ // target: 'http://127.0.0.1:9990/',
changeOrigin: true,
},
'/socket.io': {
diff --git a/src/views/screen/components/MainTitle.vue b/src/views/screen/components/MainTitle.vue
index f44ebce..cf72532 100644
--- a/src/views/screen/components/MainTitle.vue
+++ b/src/views/screen/components/MainTitle.vue
@@ -147,6 +147,22 @@
+
+
+
+
+
@@ -154,10 +170,11 @@