File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export class AppCreatePermission {
1212
1313 componentDidLoad ( ) {
1414 axios
15- . get ( `${ elixirBackend } /wc/docs/Create %20Permission%20Component` )
15+ . get ( `${ elixirBackend } /wc/docs/5%20Create %20Permission%20Component` )
1616 . then ( ( response ) => {
1717 this . data = response . data ;
1818 } ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export class AppManagePermission {
1313
1414 componentDidLoad ( ) {
1515 axios
16- . get ( `${ elixirBackend } /wc/docs/Manage %20Permission%20Component` )
16+ . get ( `${ elixirBackend } /wc/docs/3%20Manage %20Permission%20Component` )
1717 . then ( ( response ) => {
1818 this . data = response . data ;
1919 } ) ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export class AppNewService {
1212
1313 componentDidLoad ( ) {
1414 axios
15- . get ( `${ elixirBackend } /wc/docs/Add %20New%20Service%20Component` )
15+ . get ( `${ elixirBackend } /wc/docs/4%20Add %20New%20Service%20Component` )
1616 . then ( ( response ) => {
1717 this . data = response . data ;
1818 } ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export class AppServiceComponent {
1313
1414 componentDidLoad ( ) {
1515 axios
16- . get ( `${ elixirBackend } /wc/docs/Service %20Component` )
16+ . get ( `${ elixirBackend } /wc/docs/1%20Service %20Component` )
1717 . then ( ( response ) => {
1818 this . data = response . data ;
1919 } ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export class AppServiceList {
1313
1414 componentDidLoad ( ) {
1515 axios
16- . get ( `${ elixirBackend } /wc/docs/Service %20List%20Component` )
16+ . get ( `${ elixirBackend } /wc/docs/2%20Service %20List%20Component` )
1717 . then ( ( response ) => {
1818 this . data = response . data ;
1919 } ) ;
You can’t perform that action at this time.
0 commit comments