feat: 支持前后一体登录模板

This commit is contained in:
qiang
2021-01-16 16:36:23 +08:00
parent e8c552a394
commit 14a86cb305
107 changed files with 5637 additions and 1319 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
'use strict';
if (!process.version ||
if (typeof process === 'undefined' ||
!process.version ||
process.version.indexOf('v0.') === 0 ||
process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {
module.exports = { nextTick: nextTick };
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "process-nextick-args",
"version": "2.0.0",
"version": "2.0.1",
"description": "process.nextTick but always with args",
"main": "index.js",
"files": [