Commit 24299eba authored by ww-xxy's avatar ww-xxy

优化一键部署

parent 17defc77
...@@ -14,8 +14,8 @@ function startLoading () { ...@@ -14,8 +14,8 @@ function startLoading () {
loading = Vue.prototype.$loading({ loading = Vue.prototype.$loading({
lock: true, lock: true,
customClass: 'createLoading', // 局部class名称 customClass: 'createLoading', // 局部class名称
text: '服务加载中...', text: '服务加载中,耐心等待...',
background: 'rgba(0,0,0,0.5)', background: 'rgba(255,255,255,0.5)',
target: document.querySelector('.loading-area') // 设置加载动画区域 target: document.querySelector('.loading-area') // 设置加载动画区域
}) })
} }
......
This diff is collapsed.
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