lianghanqiang %!s(int64=4) %!d(string=hai) anos
pai
achega
f799514c16
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      src/views/ldt_shop/handleShopAudit.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/ldt_shop/handleShopAudit.vue

@@ -9,8 +9,8 @@
         </el-row>
         <el-row type="flex" class="row-bg" justify="end">
           <el-form-item>
-            <el-button v-if="form.auditStatus == 'WAITING_PLATFORM'" type="primary" @click="handleAgree">同意</el-button>
-            <el-button v-if="form.auditStatus == 'WAITING_PLATFORM'" type="danger" @click="handleDisagree">驳回
+            <el-button v-if="form.auditStatus == 'WAITING_PLATFORM'"  type="primary" @click="handleAgree">同意</el-button>
+            <el-button v-if="form.auditStatus == 'WAITING_PLATFORM'"  type="danger" @click="handleDisagree">驳回
             </el-button>
             <el-button @click="handleCancel">关闭</el-button>
           </el-form-item>

+ 2 - 2
vue.config.js

@@ -26,8 +26,8 @@ module.exports = {
     proxy: {
       '/api': {
         //本地服务接口地址
-        target: 'http://localhost:2366',
-        // target: 'https://ldt.guosen-fumao.cn/api',
+        // target: 'http://localhost:2366',
+        target: 'https://ldt.guosen-fumao.cn/api',
 
         //远程演示服务地址,可用于直接启动项目
         //target: 'https://saber.bladex.vip/api',