Authored by hongyong.zhao

bug fix

... ... @@ -2,6 +2,7 @@ import rules from './rules';
import router from './router'
const urlParse = require('url');
const queryString = require('querystring');
import Taro from '@tarojs/taro'
const ACTION_TYPE = {
h5: 'go.h5',
... ...