不放在Dialog中跳转是正常的,是当前使用插件的小程序不是第三方小程序
Dialog.confirm({
selector: '#van-dialog-auth-login',
message: '加入会员体验种草社区',
confirmButtonText: '立即加入',
cancelButtonText: '暂不加入',
confirmButtonColor: '#CBAB7A',
lang: 'zh_CN',
customClass: 'login-dialog'
}).then(async () => {
let loginPath = '/cms_design/usercenter'
wx.navigateTo({
url: loginPath,
})

请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。