LiFei vor 3 Jahren
Ursprung
Commit
38f98f8058
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 2 2
      public/index.html
  2. 1 1
      src/views/hlwinvoice/HlwInvoiceManageList.vue

+ 2 - 2
public/index.html

@@ -243,9 +243,9 @@
   <script>
     window._CONFIG = {};
     // 本地
-    window._CONFIG['domianURL'] = 'http://127.0.0.1:8089/happy-boot';
+    // window._CONFIG['domianURL'] = 'http://127.0.0.1:8089/happy-boot';
     //测试服
-    // window._CONFIG['domianURL'] = 'https://hw.hap-job.com/happy-boot';
+    window._CONFIG['domianURL'] = 'https://hw.hap-job.com/happy-boot';
     //正式服
     // window._CONFIG['domianURL'] = 'https://www.dal-pay.com/happy-boot';
     window._CONFIG['casPrefixUrl'] = 'http://cas.example.org:8443/cas';

+ 1 - 1
src/views/hlwinvoice/HlwInvoiceManageList.vue

@@ -18,7 +18,7 @@
           </a-col>
           <a-col :md="6" :sm="8">
             <a-form-item label="发票号">
-              <a-input placeholder="请输入付款单号" v-model="queryParam.invoiceNumber"></a-input>
+              <a-input placeholder="请输入发票号" v-model="queryParam.invoiceNumber"></a-input>
             </a-form-item>
           </a-col>
           <a-col :md="6" :sm="8">