applet.miniprograms/config.js

9 lines
109 B
JavaScript

var BASE_URL = 'http://192.168.1.140:8080' //正式
module.exports = {
BASE_URL: BASE_URL,
}