You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
639 B
23 lines
639 B
/*
|
|
* @Author: mk 2403457699@qq.com
|
|
* @Date: 2023-10-13 10:57:46
|
|
* @LastEditors: mk 2403457699@qq.com
|
|
* @LastEditTime: 2023-10-13 13:40:38
|
|
* @Description: 介绍一下改动了什么
|
|
*
|
|
*
|
|
*/
|
|
// 本地环境配置
|
|
module.exports = {
|
|
title: ' ',
|
|
englishName:'',
|
|
version: 'V1.0.0',
|
|
technicalSupport: '',
|
|
copyright: 'Copyright @ 2023 版权所有',
|
|
baseUrl: 'https://epmet-dongming.elinkservice.cn/', // 项目地址
|
|
baseApi: 'https://epmet-dongming.elinkservice.cn/api',
|
|
wxId: 'wxfa5fa30e90f90b76',
|
|
secret: 'ebecf6b88ab455f1cdf4a5b6357407b8',
|
|
mapKey: '5D6BZ-KHLW4-JUXU5-XIM47-5Q2DJ-IPBBT'
|
|
}
|
|
|