Commit 14b238d9 by wangyalan-git

首页

parent 7f11b133
......@@ -6,8 +6,8 @@ import { Message } from 'element-ui'
// 创建axios实例
const service = axios.create({
// baseURL: process.env.NODE_ENV === 'development'?'/api':'http://appapi.antaile.net',
// baseURL: 'http://appapi.antaile.net',
baseURL: 'http://192.168.31.28:8088',
baseURL: 'http://appapi.antaile.net',
// baseURL: 'http://192.168.31.28:8088',
timeout: 60000 // 请求超时时间
})
......
......@@ -151,7 +151,7 @@
</p>
</div>
<div class="scroll-table">
<p class="title">部分纪念馆案例</p>
<p class="title" @click="goTimePeriod">部分纪念馆案例</p>
<vue-seamless-scroll
:data="hallList1"
:class-option="optionLeft"
......@@ -351,6 +351,11 @@ export default {
this.vedioCanPlay = true;
console.log(this.vedioCanPlay);
},
goTimePeriod(){
this.$router.push({
name: 'timePeriod'
})
}
},
computed: {
optionLeft() {
......
......@@ -273,7 +273,7 @@ export default {
}
var params = {
mobile: this.loginForm.mobile,
type: 1,
type: 5,
};
sendSms(params).then(() => {
this.$message.success("短信发送成功");
......
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