jinx 1 年之前
父節點
當前提交
7125c83c69

+ 1 - 0
packages/app-cdfg/package.json

@@ -9,6 +9,7 @@
     "serve-prod": "vue-cli-service serve --mode prod",
     "build": "vue-cli-service build",
     "build-test": "vue-cli-service build --mode mytest",
+    "deploy-test": "npm-run-all -s build-test oss:upload-aws",
     "deploy": "npm-run-all -s build oss:upload-aws"
   },
   "dependencies": {

+ 1 - 47
packages/app-cdfg/src/components/Tags/brand-list.vue

@@ -80,53 +80,7 @@ const brands = computed(() => {
     return store.getters['tag/brandsList'] || []
 })
 const brand = ref(null)
-// const brands = ref([
-//     {
-//         id: 1,
-//         cdfBrandId: 1,
-//         zhName: '阿迪达斯',
-//         ftName: '阿迪達斯',
-//         enName: 'adidas',
-//         brandLogo: 'https://tm-image.tianyancha.com/tm/1bf31ff81eb5e59a51db1a51600693e2.jpg',
-//         outlineId: '',
-//         outlineName: '',
-//         outlineImage: 'https://pic.90sheji.com/original_origin_pic/18/12/14/8691dccadcecf039f60540135bb4a5e5.png%21/fw/315/quality/90/unsharp/true/compress/true/canvas/315x315a0a0/cvscolor/FFFFFFFF',
-//     },
-//     {
-//         id: 2,
-//         cdfBrandId: 2,
-//         zhName: '耐克',
-//         ftName: '耐克',
-//         enName: 'nike',
-//         brandLogo: 'https://pan.kanfeidie.com/wp-content/uploads/2020/08/20200809012925603.png',
-//         outlineId: '',
-//         outlineName: '',
-//         outlineImage: 'https://pic.90sheji.com/original_origin_pic/18/12/14/8691dccadcecf039f60540135bb4a5e5.png%21/fw/315/quality/90/unsharp/true/compress/true/canvas/315x315a0a0/cvscolor/FFFFFFFF',
-//     },
-//     {
-//         id: 3,
-//         cdfBrandId: 3,
-//         zhName: '李宁',
-//         ftName: '李寧',
-//         enName: 'li-ning',
-//         brandLogo: 'https://www.bjxku.com/uploads/images/img/2021/1013/1634090167152732.png',
-//         outlineId: '',
-//         outlineName: '',
-//         outlineImage: 'https://pic.90sheji.com/original_origin_pic/18/12/14/8691dccadcecf039f60540135bb4a5e5.png%21/fw/315/quality/90/unsharp/true/compress/true/canvas/315x315a0a0/cvscolor/FFFFFFFF',
-//     },
-//     {
-//         id: 4,
-//         cdfBrandId: 4,
-//         zhName: '安踏',
-//         ftName: '安踏',
-//         enName: 'ANTA',
-//         brandLogo:
-//             'https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fsafe-img.xhscdn.com%2Fbw1%2F97cc9fb1-55e4-43a6-a19e-9b29c30771ac%3FimageView2%2F2%2Fw%2F1080%2Fformat%2Fjpg&refer=http%3A%2F%2Fsafe-img.xhscdn.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1704946045&t=b6f477348b8e188ae95b0fb522395aa0',
-//         outlineId: '',
-//         outlineName: '',
-//         outlineImage: 'https://pic.90sheji.com/original_origin_pic/18/12/14/8691dccadcecf039f60540135bb4a5e5.png%21/fw/315/quality/90/unsharp/true/compress/true/canvas/315x315a0a0/cvscolor/FFFFFFFF',
-//     },
-// ])
+
 const chooseItem = item => {
     brand.value = item
 }

+ 1 - 1
packages/app-cdfg/src/locales/en.json

@@ -280,7 +280,7 @@
             "modelTips": "Before uploading the model,",
             "contorlTips": "check the operating tips.",
             "controlTips_zh": "If you wish to continue using this feature, please contact customer service by scanning the following WeChat code: This function requires the scene's original data, so please be patient.",
-            "controlTips_en": "If you wish to continue using this feature, please contact customer service at service{'@'}4dage.com, as it takes a significant amount of time to process the original scene data. We will contact you immediately after receiving the email.",
+            "controlTips_en": "If you wish to continue using this feature, please contact customer service at service{'@'}4dage.com, as it takes a significant amount of time to process the original scene data. We will contact you immediately after receiving the email."
         }
     },
     "repair.name": "场景修复",