template中的改动
This commit is contained in:
parent
3393bc5d5f
commit
151458bba3
|
|
@ -1,8 +1,8 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import SystemUpsert from '@oak-general-business/components/system/upsert';
|
import SystemUpsert from 'oak-general-business/es/components/system/upsert';
|
||||||
import SystemPanel from '@oak-general-business/components/system/panel';
|
import SystemPanel from 'oak-general-business/es/components/system/panel';
|
||||||
import PageHeader from 'oak-frontend-base/es/components/pageHeader2';
|
import PageHeader from 'oak-frontend-base/es/components/pageHeader2';
|
||||||
import { Button, Tabs } from 'antd';
|
import { Button, Tabs } from 'antd';
|
||||||
import Styles from './web.pc.module.less';
|
import Styles from './web.pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-login": "@oak-general-business/components/user/login/index"
|
"general-login": "oak-general-business/es/components/user/login/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import GeneralLogin from '@oak-general-business/components/user/login';
|
import GeneralLogin from 'oak-general-business/es/components/user/login';
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
||||||
export default function Render() {
|
export default function Render() {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import GeneralLogin from '@oak-general-business/components/user/login';
|
import GeneralLogin from 'oak-general-business/es/components/user/login';
|
||||||
import Styles from './mobile.module.less';
|
import Styles from './mobile.module.less';
|
||||||
|
|
||||||
export default function Render() {
|
export default function Render() {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"pageTitle": "身份验证",
|
"pageTitle": "身份验证",
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-auth": "@oak-general-business/components/user/authenticate/index"
|
"general-auth": "oak-general-business/es/components/user/authenticate/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Auth from '@oak-general-business/components/user/authenticate';
|
import Auth from 'oak-general-business/es/components/user/authenticate';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Auth from '@oak-general-business/components/user/authenticate';
|
import Auth from 'oak-general-business/es/components/user/authenticate';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-my": "@oak-general-business/components/token/me/index"
|
"general-my": "oak-general-business/es/components/token/me/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"user-info": "@oak-general-business/components/user/info/index",
|
"user-info": "oak-general-business/es/components/user/info/index",
|
||||||
"l-button": "@oak-frontend-base/miniprogram_npm/lin-ui/button/index"
|
"l-button": "@oak-frontend-base/miniprogram_npm/lin-ui/button/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import UserInfo from '@oak-general-business/components/user/info';
|
import UserInfo from 'oak-general-business/es/components/user/info';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import UserInfo from '@oak-general-business/components/user/info';
|
import UserInfo from 'oak-general-business/es/components/user/info';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import Styles from './mobile.module.less';
|
import Styles from './mobile.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"mobile-upsert": "@oak-general-business/components/mobile/upsert/index"
|
"mobile-upsert": "oak-general-business/es/components/mobile/upsert/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import MobileUpsert from '@oak-general-business/components/mobile/upsert';
|
import MobileUpsert from 'oak-general-business/es/components/mobile/upsert';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import MobileUpsert from '@oak-general-business/components/mobile/upsert';
|
import MobileUpsert from 'oak-general-business/es/components/mobile/upsert';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-pwd-update": "@oak-general-business/components/user/password/update/index"
|
"general-pwd-update": "oak-general-business/es/components/user/password/update/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PwdUpdate from '@oak-general-business/components/user/password/update';
|
import PwdUpdate from 'oak-general-business/es/components/user/password/update';
|
||||||
import { WebComponentProps, RowWithActions } from 'oak-frontend-base';
|
import { WebComponentProps, RowWithActions } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import { Card } from 'antd';
|
import { Card } from 'antd';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PwdUpdate from '@oak-general-business/components/user/password/update';
|
import PwdUpdate from 'oak-general-business/es/components/user/password/update';
|
||||||
import { RowWithActions, WebComponentProps } from 'oak-frontend-base';
|
import { RowWithActions, WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-verify": "@oak-general-business/components/user/password/verify/index"
|
"general-verify": "oak-general-business/es/components/user/password/verify/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PwdVerify from '@oak-general-business/components/user/password/verify';
|
import PwdVerify from 'oak-general-business/es/components/user/password/verify';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PwdVerify from '@oak-general-business/components/user/password/verify';
|
import PwdVerify from 'oak-general-business/es/components/user/password/verify';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import GeneralMe from '@oak-general-business/components/token/me';
|
import GeneralMe from 'oak-general-business/es/components/token/me';
|
||||||
import GeneralLogin from '@oak-general-business/components/user/login';
|
import GeneralLogin from 'oak-general-business/es/components/user/login';
|
||||||
import { Button } from 'antd';
|
import { Button } from 'antd';
|
||||||
import Styles from './mobile.module.less';
|
import Styles from './mobile.module.less';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import GeneralMe from '@oak-general-business/components/token/me';
|
import GeneralMe from 'oak-general-business/es/components/token/me';
|
||||||
import GeneralLogin from '@oak-general-business/components/user/login';
|
import GeneralLogin from 'oak-general-business/es/components/user/login';
|
||||||
import { Button } from 'antd-mobile';
|
import { Button } from 'antd-mobile';
|
||||||
import Styles from './mobile.module.less';
|
import Styles from './mobile.module.less';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"pageTitle": "身份验证",
|
"pageTitle": "身份验证",
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-auth": "@oak-general-business/components/user/authenticate/index"
|
"general-auth": "oak-general-business/es/components/user/authenticate/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Auth from '@oak-general-business/components/user/authenticate';
|
import Auth from 'oak-general-business/es/components/user/authenticate';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Auth from '@oak-general-business/components/user/authenticate';
|
import Auth from 'oak-general-business/es/components/user/authenticate';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-detail": "@oak-general-business/components/user/manage/detail/index"
|
"general-detail": "oak-general-business/es/components/user/manage/detail/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import GeneralDetail from '@oak-general-business/components/user/manage/detail';
|
import GeneralDetail from 'oak-general-business/es/components/user/manage/detail';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import GeneralDetail from '@oak-general-business/components/user/manage/detail';
|
import GeneralDetail from 'oak-general-business/es/components/user/manage/detail';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"user-info": "@oak-general-business/components/user/info/index",
|
"user-info": "oak-general-business/es/components/user/info/index",
|
||||||
"l-button": "@oak-frontend-base/miniprogram_npm/lin-ui/button/index"
|
"l-button": "@oak-frontend-base/miniprogram_npm/lin-ui/button/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import UserInfo from '@oak-general-business/components/user/info';
|
import UserInfo from 'oak-general-business/es/components/user/info';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import UserInfo from '@oak-general-business/components/user/info';
|
import UserInfo from 'oak-general-business/es/components/user/info';
|
||||||
import { WebComponentProps } from 'oak-frontend-base';
|
import { WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import Styles from './mobile.module.less';
|
import Styles from './mobile.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-um": "@oak-general-business/components/user/manage/index"
|
"general-um": "oak-general-business/es/components/user/manage/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import GeneralUm from '@oak-general-business/components/user/manage';
|
import GeneralUm from 'oak-general-business/es/components/user/manage';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import GeneralUm from '@oak-general-business/components/user/manage';
|
import GeneralUm from 'oak-general-business/es/components/user/manage';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"mobile-upsert": "@oak-general-business/components/mobile/upsert/index"
|
"mobile-upsert": "oak-general-business/es/components/mobile/upsert/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import MobileUpsert from '@oak-general-business/components/mobile/upsert';
|
import MobileUpsert from 'oak-general-business/es/components/mobile/upsert';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import MobileUpsert from '@oak-general-business/components/mobile/upsert';
|
import MobileUpsert from 'oak-general-business/es/components/mobile/upsert';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-pwd-update": "@oak-general-business/components/user/password/update/index"
|
"general-pwd-update": "oak-general-business/es/components/user/password/update/index"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PwdUpdate from '@oak-general-business/components/user/password/update';
|
import PwdUpdate from 'oak-general-business/es/components/user/password/update';
|
||||||
import { WebComponentProps, RowWithActions } from 'oak-frontend-base';
|
import { WebComponentProps, RowWithActions } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
import { Card } from 'antd';
|
import { Card } from 'antd';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PwdUpdate from '@oak-general-business/components/user/password/update';
|
import PwdUpdate from 'oak-general-business/es/components/user/password/update';
|
||||||
import { RowWithActions, WebComponentProps } from 'oak-frontend-base';
|
import { RowWithActions, WebComponentProps } from 'oak-frontend-base';
|
||||||
import { EntityDict } from '@project/oak-app-domain';
|
import { EntityDict } from '@project/oak-app-domain';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"general-userInfo": "@oak-general-business/components/user/info"
|
"general-userInfo": "oak-general-business/es/components/user/info"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import UserInfo from '@oak-general-business/components/user/info';
|
import UserInfo from 'oak-general-business/es/components/user/info';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
import Styles from './pc.module.less';
|
import Styles from './pc.module.less';
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import UserInfo from '@oak-general-business/components/user/info';
|
import UserInfo from 'oak-general-business/es/components/user/info';
|
||||||
import { WebComponentProps } from "oak-frontend-base";
|
import { WebComponentProps } from "oak-frontend-base";
|
||||||
import { EntityDict } from "@project/oak-app-domain";
|
import { EntityDict } from "@project/oak-app-domain";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue