bill 7 meses atrás
pai
commit
69c7b23b88
1 arquivos alterados com 13 adições e 13 exclusões
  1. 13 13
      src/views/setting/index.vue

+ 13 - 13
src/views/setting/index.vue

@@ -45,44 +45,44 @@ watchEffect(async () => {
     {
       label: "地图",
       type: "map",
-      image: (await import("./images/map.png")).default,
+      image: "/oss/fusion/default/images/map.png",
       value: "map",
     },
     {
       label: "蓝天白云",
       type: "img",
-      image: (await import("./images/pic_ltby@2x.png")).default,
-      value: (await import("./images/蓝天白云.jpg")).default,
+      image: "/oss/fusion/default/images/pic_ltby@2x.png",
+      value: "/oss/fusion/default/images/蓝天白云.jpg",
     },
     {
       label: "乌云密布",
       type: "img",
-      image: (await import("./images/pic_wymb@2x.png")).default,
-      value: (await import("./images/乌云密布.jpg")).default,
+      image: "/oss/fusion/default/images/pic_wymb@2x.png",
+      value: "/oss/fusion/default/images/乌云密布.jpg",
     },
     {
       label: "夜空",
       type: "img",
-      image: (await import("./images/pic_yk@2x.png")).default,
-      value: (await import("./images/夜空.jpg")).default,
+      image: "/oss/fusion/default/images/pic_yk@2x.png",
+      value: "/oss/fusion/default/images/夜空.jpg",
     },
     // {
     //   label: "草地",
     //   type: "img",
-    //   image: (await import("./images/pic_cd@2x.png")).default,
-    //   value: (await import("./images/草地.jpg")).default,
+    //   image: "/oss/fusion/default/images/pic_cd@2x.png",
+    //   value: "/oss/fusion/default/images/草地.jpg",
     // },
     // {
     //   label: "道路",
     //   type: "img",
-    //   image: (await import("./images/pic_dl@2x.png")).default,
-    //   value: (await import("./images/道路.jpg")).default,
+    //   image: "/oss/fusion/default/images/pic_dl@2x.png",
+    //   value: "/oss/fusion/default/images/道路.jpg",
     // },
     {
       label: "傍晚",
       type: "img",
-      image: (await import("./images/pic_bw@2x.png")).default,
-      value: (await import("./images/傍晚.jpg")).default,
+      image: "/oss/fusion/default/images/pic_bw@2x.png",
+      value: "/oss/fusion/default/images/傍晚.jpg",
     },
     // { label: "灰色", type: "color", image: "#333333", value: "#333" },
     // { label: "黑色", type: "color", image: "#000000", value: "#000" },