yc-ui2 0.1.3-beta11 → 0.1.3-beta12

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-ui2",
3
- "version": "0.1.3-beta11",
3
+ "version": "0.1.3-beta12",
4
4
  "private": false,
5
5
  "description": "湖南优创UI组件库",
6
6
  "main": "dist/yc-ui2.umd.min.js",
package/src/App.vue CHANGED
@@ -23,7 +23,7 @@
23
23
  </template>
24
24
 
25
25
  <script>
26
- import { findServiceFeeAi } from "@/api/customerService"
26
+ import { findServiceFeeAi } from "api2/customerService"
27
27
  export default {
28
28
  name: "App",
29
29
  components: {
@@ -9,7 +9,7 @@
9
9
  </template>
10
10
 
11
11
  <script>
12
- import { findServiceFeeAi } from "@/api/customerService"
12
+ import { findServiceFeeAi } from "api2/customerService"
13
13
  export default {
14
14
  name: "QuestionPage",
15
15
  components: {
package/vue.config.js CHANGED
@@ -15,7 +15,7 @@ module.exports = defineConfig({
15
15
  .set("comp", resolve("src/components"))
16
16
  .set("views", resolve("src/views"))
17
17
  // .set("utils", resolve("src/utils"))
18
- // .set("api", resolve("src/api"))
18
+ .set("api2", resolve("src/api2"))
19
19
  },
20
20
  // 前端代理服务器
21
21
  devServer: {
File without changes