登录
This commit is contained in:
17
unpackage/dist/dev/mp-weixin/config/index.js
vendored
Normal file
17
unpackage/dist/dev/mp-weixin/config/index.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
const isdev = true;
|
||||
const baseUrl = "https://71e86bc1.r15.cpolar.top";
|
||||
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;
|
Reference in New Issue
Block a user