wupengfei
4 天以前 0f75e2ede118457d361f51ca4c3a906b11e70482
Merge branch 'dev-1.1.2' of http://120.26.58.240:8888/r/flexJobAdmin into dev-1.1.2
2个文件已修改
8 ■■■■ 已修改文件
src/views/EnterpriseManage/components/WechatConfigureView.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vite.config.ts 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/EnterpriseManage/components/WechatConfigureView.vue
@@ -18,6 +18,7 @@
          v-model.trim="form.contact_type"
          :value-enum="EnumWeChatPayApplymentContactTypeText"
          :button-style="false"
          :convertEnumValue="false"
        />
      </ProFormItemV2>
      <ProFormItemV2
@@ -994,7 +995,7 @@
const form = reactive({
  business_code: '',
  contact_type: '' as any as EnumWeChatPayApplymentContactType,
  contact_type: EnumWeChatPayApplymentContactType.LEGAL,
  contact_name: '',
  contact_id_doc_type: '' as any as EnumWeChatPayApplymentIdDocType,
  contact_id_number: '',
vite.config.ts
@@ -94,6 +94,11 @@
            }
          : {},
    },
    css: {
      preprocessorOptions: {
        scss: { api: 'modern-compiler' },
      },
    },
    plugins: getPluginsList(command, { VITE_LEGACY, VITE_COMPRESSION, VITE_AppType }),
    define: {
      __INTLIFY_PROD_DEVTOOLS__: false,