VSS.getService(VSS.ServiceIds.ExtensionData)
// the callback on the next line returns a promise, which the JavaScript engine will follow, so you don't need to nest the next `then`
.then((dataService) => dataService.getDocuments('MyCollection2'))
.then((docs) =&
我正在试图弄清楚如何处理这样的情况,我有一个MY_Controller,Backend_Controller,当然后端扩展了MY,我有其他的控制器,比如Login和其他扩展后端的较小的控制器。我的问题是,如果你注意到在登录控制器上,它需要能够访问后端控制器内部的变量?在这种情况下,如何获得要使用的变量?
在后端控制器中,我有以下内容:
<?php
if (! defined('BASEPATH')) exit('No direct script access allowed');
class Backend_Controller extends MY_C
我试图在我的角项目中使用角通用实现服务器端呈现,因为我参考了文档,但是无法像执行npm run dev:ssr时那样继续执行,我正在生成包,但是由于一个错误,进程失败了。
D:\CMS_clone1\CMS\CMSBIZ_admin_interface\dist\angular11-sample-app\server\main.js:100191
window.dataLayer = window.dataLayer || {};
^
ReferenceError: window is not defined
at Module.9vUh (D:\CMS_clone1\CMS\CMSB