Merge branch 'dev' of http://139.186.142.91:10010/r/productDev/preselect into dev
| | |
| | | |
| | | # VUE_APP_API = 'https://dmtest.ahapp.net/preselect_interface/' |
| | | |
| | | # VUE_APP_API = 'http://127.0.0.1/' |
| | | VUE_APP_API = 'http://127.0.0.1:10022/' |
| | | |
| | | # VUE_APP_API = 'https://dmtest.ahapp.net/preselect_web_interface/' |
| | | |
| | | VUE_APP_API = 'http://127.0.0.1:10022/' |
| | | # VUE_APP_API = 'http://127.0.0.1:10022/' |
| | | |
| | | # VUE_APP_API = 'https://dm.ahapp.net/preselect_interface/' |
| | | |
| | |
| | | <el-table-column prop="username" label="登录账号"></el-table-column> |
| | | <el-table-column prop="realname" label="姓名"></el-table-column> |
| | | <el-table-column prop="mobile" label="手机号"></el-table-column> |
| | | <el-table-column label="主播端地址"> |
| | | <template slot-scope="{row}"> |
| | | <el-link type="primary" @click="openLink(row.zhuboRoomUrl)">点击访问</el-link> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="状态"> |
| | | <template slot-scope="{row}"> |
| | | <el-switch |
| | |
| | | this.search() |
| | | }, |
| | | methods: { |
| | | openLink(link) { |
| | | window.open(link) |
| | | }, |
| | | editPass(row) { |
| | | let obj = { |
| | | id: row.id |
| | |
| | | <view class="box"> |
| | | <view class="box_bg" :style="{backgroundImage: 'url(' + Config.resourcePath + Config.bgImg + ')'}"></view> |
| | | <view class="box_user"> |
| | | <text>欢迎{{User.username}}登录</text> |
| | | <view class="box_user_btn" @click="loginOut">退出登录</view> |
| | | <text>{{User.username}}</text> |
| | | <image src="@/static/ic_logout@2x.png" mode="widthFix" @click="loginOut"></image> |
| | | </view> |
| | | <view class="box_content" :style="{maxWidth: Config.rangeSize + 'px', minWidth: Config.rangeSize + 'px'}"> |
| | | <!-- 广告图 --> |
| | |
| | | </view> |
| | | </template> |
| | | |
| | | <!-- 查看大图 --> |
| | | <bigImg |
| | | ref="bigImg" |
| | | :imgList="imgList"/> |
| | | <!-- 查看大图 --> |
| | | <bigImg1 |
| | | ref="bigImg1" |
| | | :imgList="imgList"/> |
| | | <!-- 搜索 --> |
| | | |
| | | <!-- 搜索组件 --> |
| | | <search |
| | | ref="search" |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import bigImg from '@/components/bigImg.vue' |
| | | import bigImg1 from '@/components/bigImg1.vue' |
| | | import search from '@/components/search.vue' |
| | | import noData from '@/components/noData.vue' |
| | | import { mapState } from 'vuex' |
| | |
| | | page: 1 |
| | | } |
| | | }, |
| | | components: { bigImg, search, noData, bigImg1 }, |
| | | components: { search, noData }, |
| | | onLoad() { |
| | | var that = this |
| | | // 监听键盘组合键 |
| | |
| | | background-size: 100% 100%; |
| | | } |
| | | .box_user { |
| | | z-index: 99; |
| | | z-index: 9; |
| | | position: fixed; |
| | | top: 30px; |
| | | right: 40px; |
| | |
| | | font-weight: 500; |
| | | color: #FFFFFF; |
| | | } |
| | | .box_user_btn { |
| | | width: 80px; |
| | | height: 34px; |
| | | line-height: 34px; |
| | | text-align: center; |
| | | border-radius: 8px; |
| | | border: 2px solid #FFFFFF; |
| | | font-size: 16px; |
| | | font-family: PingFangSC-Regular, PingFang SC; |
| | | font-weight: 400; |
| | | color: #FFFFFF; |
| | | margin-left: 22px; |
| | | image { |
| | | width: 18px; |
| | | height: 18px; |
| | | cursor: pointer; |
| | | margin-left: 10px; |
| | | } |
| | | } |
| | | .box_content { |
| | |
| | | // http://yx.doumee.com/preselect_interface/ |
| | | // http://127.0.0.1/interface/ http://192.168.0.15:10024/ preselect_web_interface |
| | | // https://dmtest.ahapp.net/preselect_web_interface/${url} http://127.0.0.1:10022/ http://192.168.0.35:10024/ |
| | | // http://127.0.0.1:10024/ 测试 |
| | | uni.request({ |
| | | url: `http://192.168.0.15:10024/${url}`, |
| | | url: `http://127.0.0.1:10024/${url}`, |
| | | method, |
| | | data, |
| | | header: { |