We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fac164 commit b5579dcCopy full SHA for b5579dc
src/components/setting/SettingDrawer.vue
@@ -154,7 +154,7 @@
154
<a-alert type="warning" :style="{ marginTop: '24px' }">
155
<span slot="message">
156
配置栏只在开发环境用于预览,生产环境不会展现,请手动修改配置文件
157
- <a href="https://github.com/sendya/ant-design-pro-vue/blob/master/src/defaultSettings.js" target="_blank">src/defaultSettings.js</a>
+ <a href="https://github.com/sendya/ant-design-pro-vue/blob/master/src/config/defaultSettings.js" target="_blank">src/config/defaultSettings.js</a>
158
</span>
159
</a-alert>
160
</div>
0 commit comments