Browse Source

Merge remote-tracking branch 'origin/dev-frontend'

panqiuyao 8 months ago
parent
commit
ee18e23454
2 changed files with 1 additions and 7 deletions
  1. 1 6
      frontend/src/views/Photography/detail.vue
  2. 0 1
      package.json

+ 1 - 6
frontend/src/views/Photography/detail.vue

@@ -33,11 +33,7 @@
         <div class="template-list">
           <div v-for="(template, index) in visibleTemplates" :key="index" class="template-item"
             @click="form.templateId = template.id">
-            <el-image :src="ossResize(test_image_url, {
-              m: 'lfit',
-              h: 360,
-              w: 500
-            })" fit="contain" class="cur-p" style="width: 100%; display: block;" />
+            <el-image :src="test_image_url" fit="contain" class="cur-p" style="width: 100%; display: block;" />
             <div class="select-warp" :class="form.templateId == template.id ? 'active' : ''">
               <el-icon color="#FFFFFF">
                 <Select />
@@ -94,7 +90,6 @@
 
 import { ref, computed, reactive } from 'vue';
 import { Select } from '@element-plus/icons-vue'
-import { ossResize } from '@/utils/appfun'
 import upload from '@/components/upload'
 import client from "@/stores/modules/client";
 import icpList from '@/utils/ipc'

+ 0 - 1
package.json

@@ -61,7 +61,6 @@
     "dayjs": "1.10.7",
     "ee-core": "2.12.0",
     "electron-updater": "5.3.0",
-    "electron-window-manager": "^1.0.6",
     "lodash": "4.17.21",
     "ws": "8.18.1"
   }