🐎 ci(配置): ios提审服

This commit is contained in:
luying
2023-04-24 13:48:29 +08:00
parent 9392bd157e
commit 740d94280d
10 changed files with 346 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
const { zy1, zy2, zy3, zy4, zy5 } = require("./yjz_zy");
const { zy1, zy2, zy3, zy4, zy5, yjzios } = require("./yjz_zy");
module.exports = {
'development': {
@@ -632,4 +632,5 @@ module.exports = {
'zy3': zy3,
'zy4': zy4,
'zy5': zy5,
'yjzios': yjzios,
};