8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
|
// WXS 配置文件
|
||
|
|
var config = {
|
||
|
|
// 与 config.js 中的 baseImgUrl 保持同步
|
||
|
|
baseImgUrl: "https://jaszpt.crfeb.com.cn",
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = config;
|