Browse Source

Change 接口地址和druid监控地址

enilu 6 years ago
parent
commit
3332203cc7

+ 1 - 2
flash-waimai-manage/src/views/business/order/order.js

@@ -35,7 +35,6 @@ export default {
             item.index = index
         })
         this.list = list
-        console.log('list',list)
         this.listLoading = false
         this.total = response.data.total
       })
@@ -50,6 +49,7 @@ export default {
     },
     async expandRow(row, status){
       if(status.length>0) {
+        this.expandRowData = []
         const restaurant = await getResturantDetail(row.restaurant_id);
         const userInfo = await getUserInfo(row.user_id);
         const addressInfo = await getAddressById(row.address_id);
@@ -61,7 +61,6 @@ export default {
             user_name: userInfo.data.username
           }
         });
-        this.expandRowData = []
         this.expandRowData.push(row.index);
       }else{
         this.expandRowData = []

+ 1 - 1
flash-waimai-manage/src/views/operation/api/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
     <div class="block">
-      <iframe src="http://flash-api.enilu.cn/swagger-ui.html" width="100%" height="768px" frameborder="0" scrolling="auto"></iframe>
+      <iframe src="http://waimai-api.microapp.store/swagger-ui.html" width="100%" height="768px" frameborder="0" scrolling="auto"></iframe>
 
 
     </div>

+ 1 - 1
flash-waimai-manage/src/views/operation/druid/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
     <div class="block">
-      <iframe src="http://flash-api.enilu.cn/api/druid/sql.html" width="100%" height="768px" frameborder="0" scrolling="auto"></iframe>
+      <iframe src="http://waimai-api.microapp.store/druid/login.html" width="100%" height="768px" frameborder="0" scrolling="auto"></iframe>
 
 
     </div>