diff --git a/src/router/index.js b/src/router/index.js index 2eea2dd..96c877a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -119,7 +119,8 @@ router.beforeEach((to, from, next) => { // return filtered; // }, []); }; - console.log(data); + console.log(data, "用户信息"); + sessionStorage.setItem("role", JSON.stringify(data.data.role)); if (data.data.markets?.length > 0) { // 存在多个市场 $api.mer_admin diff --git a/src/views/common/home.vue b/src/views/common/home.vue index 0d62a09..956afbe 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -7,11 +7,42 @@ * @FilePath: \background-front-end\src\views\common\home.vue --> \ No newline at end of file diff --git a/src/views/modules/presale/order/popup/view-details.vue b/src/views/modules/presale/order/popup/view-details.vue new file mode 100644 index 0000000..2bf1aa0 --- /dev/null +++ b/src/views/modules/presale/order/popup/view-details.vue @@ -0,0 +1,123 @@ + + + \ No newline at end of file diff --git a/src/views/modules/presale/products/index.vue b/src/views/modules/presale/products/index.vue index cc44395..68f1f16 100644 --- a/src/views/modules/presale/products/index.vue +++ b/src/views/modules/presale/products/index.vue @@ -1,6 +1,6 @@