|
@@ -64,8 +64,6 @@ var cmSysVitaMixins = function () {
|
|
|
}
|
|
|
const pageUrls = window.location.pathname;
|
|
|
const pagePath = window.location.href;
|
|
|
- console.log('===',pageUrls)
|
|
|
- console.log('===',this.checkedIsInclude(pageUrls))
|
|
|
if(this.checkedIsInclude(pageUrls)){
|
|
|
const pageData = this.checkedIsIncludeType(pageUrls);
|
|
|
this.cmSysParams.pageType = pageData ? pageData.pageType : '';
|