press-next
Version:
Vue3 组件库,支持 Composition API
15 lines (11 loc) • 324 B
text/typescript
import { DEBUG_CGI_ENV } from 't-comm/es/v-console/config';
/**
* 支持预发布
*/
export function supportPrePublish() {
// #ifdef H5
if (window.location.href.indexOf(`${DEBUG_CGI_ENV.KEY}=${DEBUG_CGI_ENV.PROD}`) > -1) {
window.sessionStorage.setItem(DEBUG_CGI_ENV.KEY, DEBUG_CGI_ENV.PROD);
}
// #endif
}