diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index b72f2aca..eb4ebea2 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -35,7 +35,7 @@ { port: 2888, proxy: { '/api': { - target: 'http://192.168.2.29:13000', + target: 'http://192.168.2.11:8889', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),