소스 검색

07/06 10:10

11
mo 5 년 전
부모
커밋
e207bdca9f
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/views/categroyManager/vipActiveList.vue
  2. 1 1
      vue.config.js

+ 2 - 1
src/views/categroyManager/vipActiveList.vue

@@ -108,6 +108,7 @@
             <template slot-scope="scope">
               <div>
                 <el-button type="text"
+                           v-if="scope.row.enable > 0"
                            v-permission="'vipGroupActivity/update'"
                            @click="reset(scope.row)">修改</el-button>
                 <!-- <el-button type='text'
@@ -393,7 +394,7 @@ export default {
     };
   },
   created () {
-    this.init();
+    // this.init();
   },
   activated () {
     this.init();

+ 1 - 1
vue.config.js

@@ -21,7 +21,7 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://192.168.3.27:8000' // 箭河
 // let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:8000' //勇哥
-let target = 'http://admin.dayaedu.com' // 测试服
+let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.151:8080' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {