Skip to content

Commit 624cba8

Browse files
author
guqiankun.gqk
committed
chore: 更新wenview构建
1 parent bbaa8ba commit 624cba8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

packages/toolkit/define.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__KAITIAN_VERSION__": "2.17.0",
3-
"__WORKER_HOST__": "https://gw.alipayobjects.com/os/cloud-ide/worker-host.8f95ca01.js",
4-
"__WEBVIEW_ENDPOINT__": "https://gw.alipayobjects.com/os/cloud-ide/webview.08119ffe",
5-
"__WEBVIEW_ENDPOINT_INTERNAL__": "http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/cloud-ide/webview.08119ffe",
6-
"__WEBVIEW_SCRIPT__": "https://gw.alipayobjects.com/os/cloud-ide/webview.7f5633b6.js"
3+
"__WORKER_HOST__": "https://gw.alipayobjects.com/os/ide-server/worker-host.8f95ca01.js",
4+
"__WEBVIEW_ENDPOINT__": "https://gw.alipayobjects.com/os/ide-server/webview.aa3b7960",
5+
"__WEBVIEW_ENDPOINT_INTERNAL__": "http://alipay-rmsdeploy-image.cn-hangzhou.alipay.aliyun-inc.com/ide-server/webview.aa3b7960",
6+
"__WEBVIEW_SCRIPT__": "https://gw.alipayobjects.com/os/ide-server/webview.7f5633b6.js"
77
}

packages/toolkit/webpack/config.webview.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = (option = {}) => {
3131
...(isDev
3232
? {}
3333
: {
34-
publicPath: 'https://gw.alipayobjects.com/os/alex-app',
34+
// 暂时使用ide-server的 ak
35+
publicPath: 'https://gw.alipayobjects.com/os/ide-server',
3536
}),
3637
}),
3738
],

0 commit comments

Comments
 (0)