diff --git a/src/assets/number-icon.png b/src/assets/number-icon.png new file mode 100644 index 0000000..210a158 Binary files /dev/null and b/src/assets/number-icon.png differ diff --git a/src/assets/up-down.png b/src/assets/up-down.png new file mode 100644 index 0000000..f449d4c Binary files /dev/null and b/src/assets/up-down.png differ diff --git a/src/router/index.js b/src/router/index.js index 3ec8de3..0f36ab1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -10368,7 +10368,16 @@ const routes = [ foot: true } }, - + // 典藏室 + { + path: "/member/collection_room", + name: "collection_room", + component:()=>import("../views/member/collection_room/index"), + meta: { + title: "典藏室", + foot: true + } + }, ] diff --git a/src/views/member/collection_room/index.vue b/src/views/member/collection_room/index.vue new file mode 100644 index 0000000..f033493 --- /dev/null +++ b/src/views/member/collection_room/index.vue @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + 交付中 + + + + {{ set.title || '熊猫字画' }} + 编号:{{ set.unique_number }} + + + + + 交付中 + + + + {{ set.title || '熊猫字画' }} + 编号:{{ set.unique_number }} + + + + + + + + \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index f6f1c1e..15ee81c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -112,7 +112,7 @@ module.exports = { }, proxy: { "/addons/yun_shop/api.php": { - target: "https://bztang.cdlfjy.com/", //目标接口域名 + target: "https://testbzt.cdlfjy.com/", //目标接口域名bztang.cdlfjy.com testbzt.cdlfjy.com changeOrigin: true, //是否跨域 secure: false // pathRewrite: {