当我访问网站并试图将新解决方案上传到Sharepoint 2013时,没有任何链接"解决方案"在#34; Web Designer Galleries"中。在我的本地测试环境中,我能够在那里上传新创建的WebPart。上传解决方案(WebPart)需要做什么?
答案 0 :(得分:0)
MS在o365中添加了一项功能来禁用自定义脚本。这意味着与自定义代码相关的任何部分或功能 - 在您的情况下const args = parseCommandLine([
{
command: 'simulator',
description: 'Explicitly set simulator to use',
type: 'string',
required: false,
default: 'iPhone 6',
}, {
command: 'scheme',
description: 'Explicitly set Xcode scheme to use',
type: 'string',
required: false,
}, {
command: 'project-path',
description: 'Path relative to project root where the Xcode project (.xcodeproj) lives. The default is \'ios\'.',
type: 'string',
required: false,
default: 'ios',
}
], argv);
不再可见。
您可以使用以下方法检查您的sharepoint设置:
Solutions
部分现在,如果您将这些设置设置为Custom Script
,您将无法看到解决方案库。您必须确定是否要打开它们。
您可以在此处找到更多信息(例如,如何通过PowerShell进行设置):http://go.microsoft.com/fwlink/?LinkId=397546