|
@@ -47,7 +47,7 @@ export default defineConfig({
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
// target: 'http://192.168.20.232:1007/',
|
|
|
- target: 'http://47.96.12.136:8895/',
|
|
|
+ target: 'http://47.96.12.136:8788/',
|
|
|
// target: 'https://work.greentech.com.cn/',
|
|
|
changeOrigin: true,
|
|
|
},
|
|
@@ -192,6 +192,12 @@ export default defineConfig({
|
|
|
component: './Scada',
|
|
|
icon: 'https://water-service-test.oss-cn-hangzhou.aliyuncs.com/doc/contract/2023-11-24/27866151-5691-487d-8c58-5b4ae995395e.png',
|
|
|
},
|
|
|
+ {
|
|
|
+ name: 'GreenGPT',
|
|
|
+ path: '/gpt',
|
|
|
+ component: './GreenGPT',
|
|
|
+ icon: 'https://water-service-test.oss-cn-hangzhou.aliyuncs.com/public/chart-template/icon-gpt.png',
|
|
|
+ },
|
|
|
],
|
|
|
npmClient: 'yarn',
|
|
|
});
|