@cloudbase/framework-plugin-low-code 0.7.8-beta.0 → 0.7.8-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/framework-plugin-low-code",
|
|
3
|
-
"version": "0.7.8-beta.
|
|
3
|
+
"version": "0.7.8-beta.1",
|
|
4
4
|
"description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
|
|
5
5
|
"author": "yhsunshining@gmail.com",
|
|
6
6
|
"homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
|
|
@@ -278,7 +278,7 @@ export async function redirectToLogin(currentPage) {
|
|
|
278
278
|
const { staticResourceDomain, envId, id, clientId } = app.__internal__.getConfig();
|
|
279
279
|
const url = `${location.origin}/__auth/?redirect_uri=${encodeURIComponent(
|
|
280
280
|
location.href,
|
|
281
|
-
)}&app_id=${id}&env_id=${envId}&client_id=${clientId}
|
|
281
|
+
)}&app_id=${id}&env_id=${envId}&client_id=${clientId}`;
|
|
282
282
|
app.redirectTo({
|
|
283
283
|
mode: 'web',
|
|
284
284
|
params: {},
|