mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-05-08 03:16:37 +08:00
13 lines
324 B
JavaScript
13 lines
324 B
JavaScript
// 本地
|
|
module.exports = {
|
|
title: '蚁小宝',
|
|
baseUrl:'http://localhost:9018',
|
|
api: {
|
|
base_api: 'https://test.top1buyer.com/wx',
|
|
common_api: 'https://test.top1buyer.com/wx'
|
|
},
|
|
// package appid,appSecret
|
|
APPID: 'Pc690487e95992c395633866b',
|
|
APPSECRET: '01d552de9b864547b7e67d44568caeb9'
|
|
}
|