Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ストアがロードされた後に余分なパラメーターを削除したい。'' として配置しても、URL にそのパラメーターがあり、削除が機能しない
すべての extraParams を削除する場合は、次のコードを使用してください。
store.getProxy().setExtraParams({});
ストアのロード後に以下のコードを追加する必要があります
delete store.proxy.extraParams.param_name;