diff --git a/common/js/api.js b/common/js/api.js index 1bb50fc..f5bfe71 100644 --- a/common/js/api.js +++ b/common/js/api.js @@ -1,6 +1,6 @@ // let baseUrl = 'http://192.168.66.221:8000' -// let baseUrl = 'http://192.168.66.16:8084' -let baseUrl = 'https://ggl.xingtongworld.com' +let baseUrl = 'http://192.168.66.16:8084' +// let baseUrl = 'https://ggl.xingtongworld.com' // baseUrl = 'https://ggl.dingguagua.vip' // baseUrl = 'https://apps.dingguagua.vip' diff --git a/main.js b/main.js index c182913..6022a4f 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,7 @@ import VueLazyload from 'vue-lazyload' // 添加插件配置 Vue.use(VueLazyload, { - loading: './static/home/300.jpg', // 图片加载过程中显示的占位图 + loading: './static/home/loaddata.gif', // 图片加载过程中显示的占位图 error: '/static/home/shibai.png', // 图片加载失败时显示的占位图 attempt: 3 // 尝试加载次数 }) diff --git a/static/home/300.jpg b/static/home/300.jpg deleted file mode 100644 index 9591cba..0000000 Binary files a/static/home/300.jpg and /dev/null differ diff --git a/static/home/loaddata.gif b/static/home/loaddata.gif new file mode 100644 index 0000000..5cc3cc5 Binary files /dev/null and b/static/home/loaddata.gif differ