You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
443 B
JavaScript

11 months ago
"use strict";
const isdev = true;
11 months ago
const baseUrl = "https://62bafc5f.r16.cpolar.top";
11 months ago
const shareUrl = "https://h5.gwkjxb.com/";
const teacher_admin_url = "http://teacher.gwkjxb.com/#/login";
const config = {
appName: "保护视力",
baseUrl,
appVersion: "1.0.6",
developer: "保护视力",
// appLogo: require('../static/logo.png'),
shareUrl,
teacher_admin_url,
appID: "wx2a050f9a5c87a6dc",
isdev
};
exports.config = config;