Commit 1d337d2c authored by wang's avatar wang

更换环境

parent 4f315f26
......@@ -21,7 +21,10 @@ from utils import PxUtils
# jsCode = f.read()
# # ctx = execjs.compile(jsCode)
# # ctxPC = execjs.compile(open('pc.js').read())
ctxStep2 = execjs.compile('''function genUuid(t, e, n, r) {
ctxStep2 = execjs.compile('''
const md5 = require('md5');
const crypto = require('crypto');
function genUuid(t, e, n, r) {
function l(t) {
return l = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) {
return typeof t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment