From ca4c907d8ac3679e567556098292273f4996d3c8 Mon Sep 17 00:00:00 2001
From: a0049873 <79py69t9wb@privaterelay.appleid.com>
Date: Tue, 9 Aug 2022 09:40:12 +0800
Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E5=B9=BF=E5=9C=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
front/public/index.html | 24 +++++++++----------
front/src/router/index.js | 9 +++++++
.../capacitySquare/components/algorithm.vue | 0
.../capacitySquare/components/application.vue | 12 ++++++++++
.../views/capacitySquare/components/layer.vue | 0
front/src/views/capacitySquare/index.vue | 23 ++++++++++++++++++
6 files changed, 56 insertions(+), 12 deletions(-)
create mode 100644 front/src/views/capacitySquare/components/algorithm.vue
create mode 100644 front/src/views/capacitySquare/components/application.vue
create mode 100644 front/src/views/capacitySquare/components/layer.vue
create mode 100644 front/src/views/capacitySquare/index.vue
diff --git a/front/public/index.html b/front/public/index.html
index 56381dbd..80d3e203 100644
--- a/front/public/index.html
+++ b/front/public/index.html
@@ -1,8 +1,8 @@
@@ -48,18 +48,18 @@
// window.SITE_CONFIG['websocketURL'] = '15.2.21.243:8888/renren-admin';
// window.SITE_CONFIG['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address';
// 西海岸版本
- window.SITE_CONFIG['backUrl'] = 'http://10.134.135.9:9797';
- window.SITE_CONFIG['previewUrl'] = 'http://10.134.135.9:9796/';
- window.SITE_CONFIG['frontUrl'] = 'http://10.134.135.9:9796/document/#/devModelFile/';
- window.SITE_CONFIG['apiURL'] = 'http://10.134.135.9:8888/renren-admin';
+ // window.SITE_CONFIG['backUrl'] = 'http://10.134.135.9:9797';
+ // window.SITE_CONFIG['previewUrl'] = 'http://10.134.135.9:9796/';
+ // window.SITE_CONFIG['frontUrl'] = 'http://10.134.135.9:9796/document/#/devModelFile/';
+ // window.SITE_CONFIG['apiURL'] = 'http://10.134.135.9:8888/renren-admin';
// 开发
// window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797';
- // window.SITE_CONFIG['backUrl'] = 'http://localhost:8001';
- // window.SITE_CONFIG['previewUrl'] = 'http://192.168.124.236:9796/';
- // window.SITE_CONFIG['frontUrl'] = 'http://192.168.124.236:9796/document/#/devModelFile/';
- // window.SITE_CONFIG['apiURL'] = 'http://192.168.124.236:8888/renren-admin';
- // window.SITE_CONFIG['websocketURL'] = '192.168.124.236:8888/renren-admin';
- // window.SITE_CONFIG['POI_URL'] = 'http://192.168.124.236:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address';
+ window.SITE_CONFIG['backUrl'] = 'http://localhost:8001';
+ window.SITE_CONFIG['previewUrl'] = 'http://192.168.124.236:9796/';
+ window.SITE_CONFIG['frontUrl'] = 'http://192.168.124.236:9796/document/#/devModelFile/';
+ window.SITE_CONFIG['apiURL'] = 'http://192.168.124.236:8888/renren-admin';
+ window.SITE_CONFIG['websocketURL'] = '192.168.124.236:8888/renren-admin';
+ window.SITE_CONFIG['POI_URL'] = 'http://192.168.124.236:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address';
// 穿透版本
// window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797';
// window.SITE_CONFIG['previewUrl'] = 'http://124.222.94.39:9796/';
diff --git a/front/src/router/index.js b/front/src/router/index.js
index 729ba193..64493985 100644
--- a/front/src/router/index.js
+++ b/front/src/router/index.js
@@ -64,6 +64,15 @@ export const constantRoutes = [
icon: 'error-warning-line',
},
},
+ {
+ path: '/capacitySquare',
+ name: 'capacitySquare',
+ component: () => import('@/views/capacitySquare'),
+ meta: {
+ title: '能力广场',
+ icon: 'error-warning-line',
+ },
+ },
{
path: '/mapTest',
name: 'mapTest',
diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/front/src/views/capacitySquare/components/application.vue b/front/src/views/capacitySquare/components/application.vue
new file mode 100644
index 00000000..0d13120d
--- /dev/null
+++ b/front/src/views/capacitySquare/components/application.vue
@@ -0,0 +1,12 @@
+
+
+ 应用资源
+
+
+
diff --git a/front/src/views/capacitySquare/components/layer.vue b/front/src/views/capacitySquare/components/layer.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/front/src/views/capacitySquare/index.vue b/front/src/views/capacitySquare/index.vue
new file mode 100644
index 00000000..62dffa03
--- /dev/null
+++ b/front/src/views/capacitySquare/index.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+