shaogen1995 недель назад: 2
Родитель
Сommit
736584e741
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      public/index.html
  2. 1 1
      src/pages/A3_ledger/ComPage/C4import/index.tsx

+ 2 - 2
public/index.html

@@ -12,11 +12,11 @@
 
     <script>
       // 甲方域名地址
-      const baseUrlTempOne = 'https://ywgcxt.yw.gov.cn:9443'
+      // const baseUrlTempOne = 'https://ywgcxt.yw.gov.cn:9443'
 
       // const baseUrlTempOne = 'https://ywgcxt.yw.gov.cn:8887'
       // 测试域名地址
-      // const baseUrlTempOne = 'https://sit-y5bwg.4dage.com'
+      const baseUrlTempOne = 'https://sit-y5bwg.4dage.com'
       // const baseUrlTempOne = 'http://192.168.20.61:8096'
 
       // 钉钉模式

+ 1 - 1
src/pages/A3_ledger/ComPage/C4import/index.tsx

@@ -150,7 +150,7 @@ function C4import({ colseFu }: Props) {
             <>
               馆内数据{' '}
               <a
-                href={`${baseURL}/baseData/ZP_TEMP.xlsx`}
+                href={`${baseURL}/baseData/GN_TEMP.xlsx`}
                 download='馆内数据模板'
                 target='_blank'
                 rel='noreferrer'