Commit e2fe33ea authored by 吴春's avatar 吴春

页面修改

parent 651b6558
......@@ -13,7 +13,7 @@ module.exports = {
proxyTable: {},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
host: '127.0.0.1', // can be overwritten by process.env.HOST
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
errorOverlay: true,
......
......@@ -147,7 +147,7 @@
</el-form-item>
<el-form-item label="热区链接" v-if="isLink">
<template v-if="chooseType=='rubik'">
<el-input size="small" style="width: 100%;" :disabled="true"
<el-input size="small" style="width: 100%;"
v-model="hotspotList[index].link[0].PageName">
<template slot="append">
<el-button @click="isShowLink=true">选择链接</el-button>
......@@ -155,7 +155,7 @@
</el-input>
</template>
<template v-else>
<el-input size="small" style="width: 100%;" :disabled="true" v-model="hotspotList[index].link.PageName">
<el-input size="small" style="width: 100%;" v-model="hotspotList[index].link.PageName">
<template slot="append">
<el-button @click="isShowLink=true">选择链接</el-button>
</template>
......
......@@ -197,7 +197,7 @@
<el-form-item label="选择链接">
<el-input size="small" v-if="rubData.data.list&&rubData.data.list.length>0
&& rubData.data.list[rubik].link && rubData.data.list[rubik].link.length>0" v-model="
rubData.data.list[rubik].link[0].PageName" :disabled="true">
rubData.data.list[rubik].link[0].PageName" >
<template slot="append">
<el-button @click="isShowLink=true">选择链接</el-button>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment