bkui-cli-template-webpack4-saas
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "bkui-cli-template-webpack4-saas", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "bkui-cli-template-webpack4-saas", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ /** | ||
withCredentials: true, | ||
headers: { X_REQUESTED_WITH: 'XMLHttpRequest' }, | ||
headers: { 'X-REQUESTED-WITH': 'XMLHttpRequest' }, | ||
baseURL: AJAX_URL_PREFIX + window.PROJECT_CONFIG.SITE_URL | ||
@@ -23,0 +23,0 @@ }) |
@@ -29,3 +29,3 @@ /** | ||
{ | ||
path: '/example1', | ||
path: 'example1', | ||
alias: '', | ||
@@ -36,3 +36,3 @@ name: 'example1', | ||
{ | ||
path: '/example2', | ||
path: 'example2', | ||
name: 'example2', | ||
@@ -42,3 +42,3 @@ component: Example2 | ||
{ | ||
path: '/example3', | ||
path: 'example3', | ||
name: 'example3', | ||
@@ -45,0 +45,0 @@ component: Example3 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
333455