Browse Source

fix:自测

liyangbin 11 months ago
parent
commit
c91355439e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/FreeSign.vue
  2. 1 1
      src/views/ProductManagement.vue

+ 1 - 1
src/views/FreeSign.vue

@@ -135,7 +135,7 @@ export default {
             email: this.ruleForm.email,
             verifyCode: this.ruleForm.verificationCode,
             industry: this.ruleForm.industry,
-            organization: this.ruleForm.organization,
+            company: this.ruleForm.organization,
             job: this.ruleForm.job,
             username: this.ruleForm.name,
             password: this.ruleForm.password,

+ 1 - 1
src/views/ProductManagement.vue

@@ -135,7 +135,7 @@ const handleCurrentChange = (value) => {
         <el-table-column prop="detailType" label="Actions">
           <template slot-scope="scope">
             <div v-if="scope.row.detailType === 1">
-              <a :href="`${ProURL}/purchase-pdftech-editor/${scope.row.id}`" class="w-68px inline-block text-center h-20px mt-8px rounded-4px border-1px border-[#1460F3] text-[#1460F3] leading-18px hover:bg-[#1460F333]">
+              <a :href="`${ProURL}/store/purchase-pdftech-editor/${scope.row.id}`" target="_blank" class="w-68px inline-block text-center h-20px mt-8px rounded-4px border-1px border-[#1460F3] text-[#1460F3] leading-18px hover:bg-[#1460F333]">
                 Purchase
               </a>
             </div>