This commit is contained in:
2020-08-18 15:31:03 +08:00
parent 19187b67fc
commit 79990e56d2
8 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
const install = (Vue, vm) => {
// 此为自定义配置参数,具体参数见上方说明
Vue.prototype.$u.http.setConfig({
baseUrl: 'http://mall.dmygkeji.com/storeapi',
baseUrl: 'https://mall.dmygkeji.com/storeapi',
loadingText: '努力加载中~',
loadingTime: 800,
originalData: true,