diff --git a/src/assets/css/index.css b/src/assets/css/index.css
index e5f00dedbbb343cfa4bc28db74e010cc87d689d0..db13ab5e24e44e9f5ef09f58ffe7375c2c1ce170 100644
--- a/src/assets/css/index.css
+++ b/src/assets/css/index.css
@@ -464,4 +464,14 @@ width: 620px!important;
}
.bread_crumb .is-link {
color: #626de9 !important;
+}
+.bread_crumb1 {
+ margin: 20px;
+ font-size: 14px;
+}
+.bread_crumb1 .el-breadcrumb__inner {
+ color: #242c43 !important;
+}
+.bread_crumb1 .is-link {
+ color: #898d9e !important;
}
\ No newline at end of file
diff --git a/src/components/commodity-card.vue b/src/components/commodity-card.vue
new file mode 100644
index 0000000000000000000000000000000000000000..831a7ffb42290f604336eb2e120e4ccdbe1668db
--- /dev/null
+++ b/src/components/commodity-card.vue
@@ -0,0 +1,84 @@
+
+
+

+
+
ApaasApaas
+
v1.876
+
+
2019-12-04
+
部署次数:44444
+
+
+
+ 加入购物车
+ 查看详情
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/commodity-cell.vue b/src/components/commodity-cell.vue
index 78bdcedce8b24022edeb2952b6128588c7346ac8..d00d3f6a5e86cb376ce7f0203a5e53a2f4b1a6ea 100644
--- a/src/components/commodity-cell.vue
+++ b/src/components/commodity-cell.vue
@@ -9,6 +9,7 @@
{{ cellData.title }}
+ mapService
共享
受限
敏感
@@ -48,7 +49,7 @@
本月获取次数:
{{ cellData.numberOfMonth }}次
-
查看详情
+
查看详情
@@ -145,13 +146,17 @@ export default {
.tags {
display: inline-block;
margin-left: 10px;
- padding: 1px 8px;
+ padding: 1px 8px 2px;
font-size: 12px;
font-weight: 500;
border-radius: 15px;
position: relative;
top: -2px;
}
+.map_service {
+ background-color: #626DE9;
+ color: #fff;
+}
.shared {
background-color: #e7fdfc;
border: solid 1px #8bd6d0;
diff --git a/src/components/commodity-list.vue b/src/components/commodity-list.vue
index 79e81a4c03793f8cf215f3afa1069b9cbb199b48..216477f5ec21ae71c681af76374e2d3ec1cf6c84 100644
--- a/src/components/commodity-list.vue
+++ b/src/components/commodity-list.vue
@@ -1,6 +1,14 @@
@@ -21,9 +21,7 @@ export default {
},
data: () => ({}),
mounted() {},
- methods: {
-
- }
+ methods: {}
};
\ No newline at end of file
diff --git a/src/pages/shop_list_comprehensive_app.vue b/src/pages/shop_list_comprehensive_app.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ffbfe4095c8fe7a6fb4001a275b077903f132f18
--- /dev/null
+++ b/src/pages/shop_list_comprehensive_app.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/shop_list_data.vue b/src/pages/shop_list_data.vue
new file mode 100644
index 0000000000000000000000000000000000000000..6378df5b1f77ee3c4adc63ac58c3758736595f8c
--- /dev/null
+++ b/src/pages/shop_list_data.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/shop_list_perception.vue b/src/pages/shop_list_perception.vue
new file mode 100644
index 0000000000000000000000000000000000000000..0d3f0a9e8e53092432f861af347f074f6ad45110
--- /dev/null
+++ b/src/pages/shop_list_perception.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/shop_list_space_time.vue b/src/pages/shop_list_space_time.vue
new file mode 100644
index 0000000000000000000000000000000000000000..ae10980c1bc9be985b24a9090f606baf27c95dbe
--- /dev/null
+++ b/src/pages/shop_list_space_time.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/shop_list_video.vue b/src/pages/shop_list_video.vue
new file mode 100644
index 0000000000000000000000000000000000000000..68d20414c0ea3626a11e4244a79fdb9c95bdb159
--- /dev/null
+++ b/src/pages/shop_list_video.vue
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index 36be0f248d55c399c8cb94e3182580b6fe8b2ece..0ad6c961b8ab57945446c7f17f35ec4f708001b2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -91,14 +91,45 @@ export default new Router({
],
},
{
- path: "/fwcs", // 服务超市
- name: "fwcs",
- component: () => import("@/pages/data_service_list"),
+ path: "/shop", // 服务超市
+ name: "shop",
+ redirect: "/shop/data_service_list",
+ component: () => import("@/pages/shop"),
children: [
{
- path: "/data_service_list", // 服务超市列表页
- name: "fwcsDataList",
- component: () => import("@/pages/data_service_list"),
+ path: "/shop/data_service_list", // 数据服务列表页
+ name: "shopDataList",
+ component: () => import("@/pages/shop_list_data"),
+ },
+ {
+ path: "/shop/space_time_service_list", // 时空服务列表页
+ name: "shopSpaceTimeList",
+ component: () => import("@/pages/shop_list_space_time"),
+ },
+ {
+ path: "/shop/video_service_list", // 视频服务列表页
+ name: "shopVideoList",
+ component: () => import("@/pages/shop_list_video"),
+ },
+ {
+ path: "/shop/perception_service_list", // 感知服务列表页
+ name: "shopPerceptionList",
+ component: () => import("@/pages/shop_list_perception"),
+ },
+ {
+ path: "/shop/comprehensive_app_list", // 综合应用列表页
+ name: "shopComAppList",
+ component: () => import("@/pages/shop_list_comprehensive_app"),
+ },
+ {
+ path: "/shop/cloud", // 云资源服务
+ name: "shopCloud",
+ component: () => import("@/pages/shop_cloud"),
+ },
+ {
+ path: "/shop/app_store_list", // 应用商店列表页
+ name: "shopAppStoreList",
+ component: () => import("@/pages/shop_list_app_store"),
},
],
},
diff --git a/src/store/index.js b/src/store/index.js
index 1928e04d20f75c0821dd9c38ed7bef90616a5569..597528d5de6cce5bf43274bcd01e23332011d452 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -6,7 +6,7 @@ Vue.use(Vuex);
const store = new Vuex.Store({
state: {
role: 1,//0:普通用户,1:组织管理员,2:超级管理员
- serviceShopMenu: 0, // 服务超市侧边栏
+ serviceShopMenu: "shopDataList", // 服务超市侧边栏
},
modules: {
},