lilei hace 2 años
padre
commit
046c95bab2
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      src/views/setting/erpMessageManagement/list.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/setting/erpMessageManagement/list.vue

@@ -58,8 +58,8 @@
         <!-- 错误信息 -->
         <template slot="errInfo" slot-scope="text, record">
           <div v-if="record.errInfo">
-            <a-popover slot="content" trigger="hover">
-              <template slot="rightTop">
+            <a-popover trigger="hover">
+              <template slot="content">
                 {{ record.errInfo }}
               </template>
               <div>{{ record.errInfo }}</div>

+ 2 - 2
vue.config.js

@@ -107,9 +107,9 @@ const vueConfig = {
     // If you want to turn on the proxy, please remosve the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.2.113:8602/ocs-admin',
+        // target: 'http://192.168.2.113:8602/ocs-admin',
         // target: 'https://t.ocs.360arrow.com/ocs-admin', //  练习
-        // target: 'http://p.ocs.360arrow.com/ocs-admin', //  预发布
+        target: 'http://p.ocs.360arrow.com/ocs-admin', //  预发布
         ws: false,
         changeOrigin: true,
         pathRewrite: {