1
PC-20250623MANY\Administrator
2025-08-17 7c39d964f7c7aebe3a4f029a815ec43b6bee3af8
src/components/SettingDrawer/SettingDrawer.vue
@@ -230,7 +230,7 @@
    doCopy () {
      // get current settings from mixin or this.$store.state.app, pay attention to the property name
      const text = `export default {
  primaryColor: '${this.primaryColor}', // primary color of ant design
  primaryColor: '${this.primaryColor}', // primary color of Stock Agent
  navTheme: '${this.navTheme}', // theme for nav menu
  layout: '${this.layoutMode}', // nav menu position: sidemenu or topmenu
  contentWidth: '${this.contentWidth}', // layout of content: Fluid or Fixed, only works when layout is topmenu