Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
e0e196ef23

+ 2 - 1
public/index.html

@@ -2,7 +2,8 @@
 <html lang="zh-cmn-Hans">
   <head>
     <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
+    <meta content="always" name="referrer">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <!-- <link rel="icon" href="<%= BASE_URL %>logo.png"> -->
     <title><%= VUE_APP_PRO_NAME %></title>

+ 1 - 1
src/views/inventoryManagement/inventoryImport/list.vue

@@ -13,7 +13,7 @@
           upText="选择导入文件"
           @remove="resetSearchForm"
           @change="changeImport"></Upload>
-        <a :href="filePath" style="margin: 5px 0 0 15px;display: block;float: left;">
+        <a :href="filePath" target="_blank" style="margin: 5px 0 0 15px;display: block;float: left;">
           <a-icon type="download" style="padding-right: 5px;" />下载导入模板
         </a>
       </div>