# source-select **Repository Path**: Xyeah0/source-select ## Basic Information - **Project Name**: source-select - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-31 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # am-source-select ## Project setup ``` npm install -D am-source-select ``` 23/12/25: (依案成片的 axios.js 与本组件的)axios.js 处理方式不同 所以发布包时要将本组件 : axios.js 的 35 行 let code = response.data; 替换为 36 行! let code = response.data.returnCode;//依案成片 axios 数据处理规则