diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index 55dafb8..43eb411 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -148,7 +148,7 @@ function handleExceed() { // 上传成功回调 function handleUploadSuccess(res, file) { if (res.code === 200) { - uploadList.value.push({ name: res.fileName, url: res.fileName }); + uploadList.value.push({ name: res.fileName, url: baseUrl + res.fileName }); uploadedSuccessfully(); } else { number.value--; diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 67582d0..38cac47 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -6,7 +6,7 @@

{{ title }}

- +

{{ title }}

diff --git a/src/views/casm/device/index.vue b/src/views/casm/device/index.vue index 18ec190..6108f24 100644 --- a/src/views/casm/device/index.vue +++ b/src/views/casm/device/index.vue @@ -59,37 +59,45 @@ 删除 - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + diff --git a/src/views/casm/device/info.vue b/src/views/casm/device/info.vue new file mode 100644 index 0000000..05b7f8d --- /dev/null +++ b/src/views/casm/device/info.vue @@ -0,0 +1,56 @@ + + + + + diff --git a/src/views/casm/product/index.vue b/src/views/casm/product/index.vue new file mode 100644 index 0000000..bbc827c --- /dev/null +++ b/src/views/casm/product/index.vue @@ -0,0 +1,10 @@ + + + + +