123456789101112131415 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"development"',
- BASE_IMG_URL: '"https://file-dev.xyyxt.net/"', //图片上传api
- BASE_URL: '"http://120.79.166.78:19012"',
- // BASE_URL: '"http://192.168.1.7:5055"',
- TENANT_ID: '"867735392558919680"',
- WEAPP_LOGO: '"@/assets/xcxqrcode.jpg"', // 微信小程序扫码图片
- TENANT_NANE: '"祥粤云学堂"',
- WEAPP_STATUS: true,//小程序相关显示
- ENV_ID: '"680"',
- }
- // BASE_URL:'https://test.xyyxt.net' //预发布
- // BASE_URL:'http://192.168.1.222:5055'
- // 中正-141250585240548145,详粤-867735392558919680,中山-567735392758918520
|