diff --git a/.env.development b/.env.development index 3a6f3a8..a5b0413 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,6 @@ ENV = 'development' VUE_APP_BASE_API = '/dashboard' # VUE_APP_BASE_API2 = 'http://39.101.188.84:9027' -VUE_APP_BASE_API2 = 'http://localhost:9035' - +# VUE_APP_BASE_API2 = 'http://localhost:9035' +VUE_APP_BASE_API2 = 'http://39.101.188.84:9035' BASE_API = 'http://10.10.3.35:9070' diff --git a/.env.production b/.env.production index c40cab6..0e73fed 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,5 @@ ENV = 'production' VUE_APP_BASE_API = '/dashboard' BASE_API = 'http://47.116.52.164:10002' -VUE_APP_BASE_API2 = 'http://39.101.188.84:9027' +# VUE_APP_BASE_API2 = 'http://39.101.188.84:9027' +VUE_APP_BASE_API2 = 'http://39.101.188.84:9035' diff --git a/src/router/index.js b/src/router/index.js index 1ab89d9..4484781 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,19 +1,3 @@ -/* - * @Version: 1.0 - * @Author: kery.chen - * @Description: - * @Date: 2021-11-30 11:08:42 - * @LastEditTime: 2021-12-23 17:55:58 - * @FilePath: \tcingiocpro\src\router\index.js - */ -/* - * @Author: your name - * @Date: 2021-11-01 14:22:31 - * @LastEditTime: 2021-11-30 11:18:25 - * @LastEditors: Please set LastEditors - * @Description: In User Settings Edit - * @FilePath: \tcingiocpro\src\router\index.js - */ import Vue from "vue"; import Router from "vue-router"; Vue.use(Router); diff --git a/src/views/privateOrder/ecosphere/components/componentLeft.vue b/src/views/privateOrder/ecosphere/components/componentLeft.vue index 7be94de..a0fb93b 100644 --- a/src/views/privateOrder/ecosphere/components/componentLeft.vue +++ b/src/views/privateOrder/ecosphere/components/componentLeft.vue @@ -3,7 +3,7 @@ * @Author: kery.chen * @Description: 总体概览左侧 * @Date: 2021-11-30 11:08:50 - * @LastEditTime: 2023-10-23 16:51:32 + * @LastEditTime: 2023-10-24 16:04:14 * @FilePath : \\tcingiocpro\\src\\views\\privateOrder\\ecosphere\\components\\componentLeft.vue -->