修改报错。

feature_0521
kevin jiang 5 years ago
parent 4a3baf481c
commit 57edc3f1a0

@ -184,8 +184,8 @@
<style scoped>
.center {
position: fixed;
/*width: 350px;*/
/*height: 300px;*/
width: 350px;
height: 300px;
top: 42%;
right: 10%;
transform: translate(-150px, -130px);

@ -106,7 +106,7 @@ export default {
<style scoped>
.activityShopClass {
display: flex;
justify-content: start;
justify-content: flex-start;
flex-wrap: wrap;
}
.mr10 {

@ -101,7 +101,7 @@ export default {
<style scoped>
.activityShopClass {
display: flex;
justify-content: start;
justify-content: flex-start;
flex-wrap: wrap;
}
.mr10 {

@ -6,7 +6,7 @@ import commonUtils from '../utils/Common'
// http://mf.kiisoo.com:58080/
axios.defaults.baseURL = 'https://wxtk.bsdits.com/kiisoo-ic/';
// axios.defaults.baseURL = '/ic';
// axios.defaults.baseURL = '/kiisoo-ic';
//响应时间
axios.defaults.timeout = 3600000;

Loading…
Cancel
Save