ref 路由生成方式调整为后台生成和去除mock

This commit is contained in:
DaxPay
2024-07-02 16:22:50 +08:00
parent 37ee147249
commit 40dda3d4e4
276 changed files with 1551 additions and 19426 deletions

View File

@@ -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,
},
});
})

View File

@@ -88,4 +88,4 @@ export default {
// ],
},
globals: { defineOptions: 'readonly' },
};
}

View File

@@ -54,4 +54,4 @@ export default {
'vue/attributes-order': 'error',
'vue/require-default-prop': 'error',
},
};
}