mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-04 19:28:05 +00:00
ref 路由生成方式调整为后台生成和去除mock
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { defineBuildConfig } from 'unbuild';
|
||||
import { defineBuildConfig } from 'unbuild'
|
||||
|
||||
export default defineBuildConfig({
|
||||
clean: true,
|
||||
@@ -7,4 +7,4 @@ export default defineBuildConfig({
|
||||
rollup: {
|
||||
emitCJS: true,
|
||||
},
|
||||
});
|
||||
})
|
||||
|
@@ -88,4 +88,4 @@ export default {
|
||||
// ],
|
||||
},
|
||||
globals: { defineOptions: 'readonly' },
|
||||
};
|
||||
}
|
||||
|
@@ -54,4 +54,4 @@ export default {
|
||||
'vue/attributes-order': 'error',
|
||||
'vue/require-default-prop': 'error',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user