Browse Source

安装omega工具包

reedliuqing_i 5 years ago
parent
commit
3d10a12470

+ 4 - 0
public/index.html

@@ -4,6 +4,10 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
+    <meta http-equiv="Expires" content="0">
+    <meta http-equiv="Pragma" content="no-cache">
+    <meta http-equiv="Cache-control" content="no-cache">
+    <meta http-equiv="Cache" content="no-cache">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title><%= webpackConfig.name %></title>
     <link rel="stylesheet" href="./jodit.min.css">

+ 1 - 0
src/App.vue

@@ -6,6 +6,7 @@
 
 <script>
 import { getUserInfo } from '@/api/user.js'
+// omega埋点工具包
 import OmegaTracker from '@didi/omega-tracker/lib/index.esm'
 const config = { appKey: 'omega6b172861f4' }
 

+ 0 - 1
src/views/projectManage/requirement/details/index.vue

@@ -81,7 +81,6 @@
           <div style="width:83px;height:20px;font-size:18px;font-family:MicrosoftYaHei;color:rgba(51,59,74,1);margin-left:6px">基础信息</div>
         </div>
         <div
-          v-loading="loading.info"
           style="font-size: 14px;color: #666666;margin-top: 4%"
           class="div_requirment_info"
         >

+ 1 - 1
src/views/projectManage/requirement/list/create.vue

@@ -143,7 +143,7 @@ export default {
         pm: null,
         mrdUrl: null,
         dependOnRelease: 0,
-        referredClientType: null,
+        referredClientType: [],
         creator: null
       },
       rules: {