forked from github/dataease
refactor: 重复提交
This commit is contained in:
parent
51bda15879
commit
3bcbbfc0f8
@ -429,45 +429,45 @@
|
|||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
<plugin>
|
<!-- <plugin>-->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<!-- <artifactId>maven-antrun-plugin</artifactId>-->
|
||||||
<executions>
|
<!-- <executions>-->
|
||||||
<execution>
|
<!-- <execution>-->
|
||||||
<?m2e execute onConfiguration?>
|
<!-- <?m2e execute onConfiguration?>-->
|
||||||
<id>main-class-placement</id>
|
<!-- <id>main-class-placement</id>-->
|
||||||
<phase>generate-resources</phase>
|
<!-- <phase>generate-resources</phase>-->
|
||||||
<configuration>
|
<!-- <configuration>-->
|
||||||
<target>
|
<!-- <target>-->
|
||||||
<move todir="src/main/resources/static">
|
<!-- <move todir="src/main/resources/static">-->
|
||||||
<fileset dir="../frontend/dist">
|
<!-- <fileset dir="../frontend/dist">-->
|
||||||
<exclude name="*.html"/>
|
<!-- <exclude name="*.html"/>-->
|
||||||
</fileset>
|
<!-- </fileset>-->
|
||||||
</move>
|
<!-- </move>-->
|
||||||
<move todir="src/main/resources/templates">
|
<!-- <move todir="src/main/resources/templates">-->
|
||||||
<fileset dir="../frontend/dist">
|
<!-- <fileset dir="../frontend/dist">-->
|
||||||
<include name="*.html"/>
|
<!-- <include name="*.html"/>-->
|
||||||
</fileset>
|
<!-- </fileset>-->
|
||||||
</move>
|
<!-- </move>-->
|
||||||
|
|
||||||
<copy todir="src/main/resources/static/de-app">
|
<!-- <copy todir="src/main/resources/static/de-app">-->
|
||||||
<fileset dir="../mobile/dist">
|
<!-- <fileset dir="../mobile/dist">-->
|
||||||
<exclude name="*.html"/>
|
<!-- <exclude name="*.html"/>-->
|
||||||
</fileset>
|
<!-- </fileset>-->
|
||||||
</copy>
|
<!-- </copy>-->
|
||||||
|
|
||||||
|
|
||||||
<copy file="../mobile/dist/index.html" tofile="src/main/resources/templates/app.html" />
|
<!-- <copy file="../mobile/dist/index.html" tofile="src/main/resources/templates/app.html" />-->
|
||||||
|
|
||||||
|
|
||||||
</target>
|
<!-- </target>-->
|
||||||
</configuration>
|
<!-- </configuration>-->
|
||||||
<goals>
|
<!-- <goals>-->
|
||||||
<goal>run</goal>
|
<!-- <goal>run</goal>-->
|
||||||
</goals>
|
<!-- </goals>-->
|
||||||
</execution>
|
<!-- </execution>-->
|
||||||
</executions>
|
<!-- </executions>-->
|
||||||
</plugin>
|
<!-- </plugin>-->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
@ -85,16 +85,6 @@ public class PanelGroupController {
|
|||||||
return panelGroupService.findOne(id);
|
return panelGroupService.findOne(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiIgnore
|
|
||||||
@ApiOperation("详细信息(分享人代理)")
|
|
||||||
@DePermissionProxy(paramIndex = 1)
|
|
||||||
@DePermission(type = DePermissionType.PANEL, level = ResourceAuthLevel.PANNEL_LEVEL_VIEW)
|
|
||||||
@PostMapping("/proxy/findOne/{id}")
|
|
||||||
public PanelGroupWithBLOBs proxyFindOne(@PathVariable String id, @RequestBody PermissionProxy proxy)
|
|
||||||
throws Exception {
|
|
||||||
return panelGroupService.findOne(id);
|
|
||||||
}
|
|
||||||
|
|
||||||
@ApiOperation("仪表板视图信息")
|
@ApiOperation("仪表板视图信息")
|
||||||
@PostMapping("/queryPanelViewTree")
|
@PostMapping("/queryPanelViewTree")
|
||||||
@I18n
|
@I18n
|
||||||
|
Loading…
Reference in New Issue
Block a user