wx-ezhan
    Preparing search index...

    Interface ISubPackageConfig

    分包的配置对象

    帮助我们更方便的配置各种页面, 配置分包

    Kaede221

    interface ISubPackageConfig {
        pages: Record<string, string>;
        root: string;
    }
    Index

    Properties

    Properties

    pages: Record<string, string>
    root: string