Browse Source

feat(qrcode): 修改二维码和操作宽度

tangning 3 years ago
parent
commit
12893498ca
2 changed files with 6 additions and 6 deletions
  1. 5 5
      src/store/modules/locale.ts
  2. 1 1
      src/views/scenes/list.vue

+ 5 - 5
src/store/modules/locale.ts

@@ -34,11 +34,11 @@ export const useLocaleStore = defineStore({
     },
     getAppList(): appItem[] {
       return [
-        // {
-        //   name: 'iOS版',
-        //   url: 'https://oss.4dkankan.jp/img/static/ios.png',
-        //   icon: 'uil:apple',
-        // },
+        {
+          name: 'iOS版',
+          url: 'http://fir.4dage.com/geoweb360',
+          icon: 'uil:apple',
+        },
         // {
         //   name: 'Android版',
         //   url: 'http://fir.4dage.com/u5an',

+ 1 - 1
src/views/scenes/list.vue

@@ -171,7 +171,7 @@
           dataIndex: '',
           slots: { customRender: 'action' },
           ifShow: !getCheckRole('tourist'),
-          width: 330,
+          width: isJA.value ? 330 : 200,
           fixed: 'right',
         },
       ];