diff --git a/src/config/env.development.js b/src/config/env.development.js index 7bf1064..f53ebf8 100644 --- a/src/config/env.development.js +++ b/src/config/env.development.js @@ -1,6 +1,6 @@ // 本地 module.exports = { - title: 'vue-h5-template', + title: '蚁小宝', baseUrl:'http://localhost:9018', api: { base_api: 'https://test.top1buyer.com/wx', diff --git a/src/config/env.production.js b/src/config/env.production.js index f66c9ca..794d45e 100644 --- a/src/config/env.production.js +++ b/src/config/env.production.js @@ -1,6 +1,6 @@ // 正式 module.exports = { - title: 'vue-h5-template', + title: '蚁小宝', baseUrl:'http://localhost:9018', api: { base_api: 'https://xxx.xxx.com/admin', diff --git a/src/config/env.staging.js b/src/config/env.staging.js index ae1a853..c2ba975 100644 --- a/src/config/env.staging.js +++ b/src/config/env.staging.js @@ -1,5 +1,5 @@ module.exports = { - title: 'vue-h5-template', + title: '蚁小宝', baseUrl: 'https://test.top1buyer.com', api: { base_api: 'https://test.top1buyer.com/wx',