Commit f1a46f87 authored by Xman's avatar Xman

ai大模型 修改

parent 42d91eec
...@@ -6,8 +6,8 @@ const CompressionWebpackPlugin = require('compression-webpack-plugin') ...@@ -6,8 +6,8 @@ const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css'] const productionGzipExtensions = ['js', 'css']
const proxy = { const proxy = {
'/sso|/design': { '/sso|/design': {
target: 'http://10.102.1.181:9000', // target: 'http://10.102.1.181:9000',
// target: 'http://10.102.1.182:9000', target: 'http://10.102.1.182:9000',
// target: 'http://192.168.208.43:9000', // target: 'http://192.168.208.43:9000',
// target: 'http://10.102.1.182:9100', // target: 'http://10.102.1.182:9100',
// target: 'http://106.120.201.126:14724', // target: 'http://106.120.201.126:14724',
......
This diff is collapsed.
This diff is collapsed.
...@@ -41,9 +41,11 @@ ...@@ -41,9 +41,11 @@
"highcharts": "^10.3.3", "highcharts": "^10.3.3",
"highcharts-vue": "^1.4.0", "highcharts-vue": "^1.4.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"interactjs": "^1.10.27",
"js-cookie": "^3.0.0", "js-cookie": "^3.0.0",
"js-export-excel": "^1.1.4", "js-export-excel": "^1.1.4",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"markdown-it": "^14.1.0",
"marked": "^4.3.0", "marked": "^4.3.0",
"pako": "^2.1.0", "pako": "^2.1.0",
"protobufjs": "^7.2.3", "protobufjs": "^7.2.3",
...@@ -52,8 +54,10 @@ ...@@ -52,8 +54,10 @@
"video.js": "^8.6.1", "video.js": "^8.6.1",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-clipboard2": "^0.3.1", "vue-clipboard2": "^0.3.1",
"vue-drag-resize": "^1.5.4",
"vue-draggable-resizable": "^2.3.0", "vue-draggable-resizable": "^2.3.0",
"vue-echarts": "^6.7.2", "vue-echarts": "^6.7.2",
"vue-resizable": "^2.1.7",
"vue-router": "^3.4.6", "vue-router": "^3.4.6",
"vue-seamless-scroll": "^1.1.23", "vue-seamless-scroll": "^1.1.23",
"vuex": "^3.5.1", "vuex": "^3.5.1",
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -5,9 +5,9 @@ const CompressionWebpackPlugin = require('compression-webpack-plugin') ...@@ -5,9 +5,9 @@ const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css'] const productionGzipExtensions = ['js', 'css']
const proxy = { const proxy = {
'/sso|/design|/develop|/group1|/holo|/web|/opt': { '/sso|/design|/develop|/group1|/holo|/web|/opt': {
// target: 'http://10.102.1.182:9000', target: 'http://10.102.1.182:9000',
// target: 'http://192.168.208.43:9000', // target: 'http://192.168.208.43:9000',
target: 'http://10.102.1.181:9000', // target: 'http://10.102.1.181:9000',
// target: 'http://106.120.201.126:14724', // target: 'http://106.120.201.126:14724',
}, },
'/nvr': { '/nvr': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment