code
This commit is contained in:
parent
6a73637cf9
commit
af5267dab2
|
@ -1,6 +1,6 @@
|
|||
## Online experience
|
||||
####   Computer online experience: [https://report.anji-plus.com/](https://report.anji-plus.com/ "链接")  account:guest password:guest
|
||||
####   Online documents: [https://report.anji-plus.com/#/doc](https://report.anji-plus.com/#/doc "doc")<br>
|
||||
####   Online documents: [https://report.anji-plus.com/report-doc/](https://report.anji-plus.com/report-doc/ "doc")<br>
|
||||
####   issues: [https://gitee.com/anji-plus/report/issues](https://gitee.com/anji-plus/report/issues "issue")
|
||||
|
||||
## Function overview
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## 在线体验
|
||||
####   电脑在线体验: [https://report.anji-plus.com/](https://report.anji-plus.com/ "链接")  体验账号:guest 密码:guest
|
||||
####   在线文档: [https://report.anji-plus.com/#/doc](https://report.anji-plus.com/#/doc "doc")<br>
|
||||
####   电脑在线体验: [https://report.anji-plus.com/index.html](https://report.anji-plus.com//index.html "链接")  体验账号:guest 密码:guest
|
||||
####   在线文档: [https://report.anji-plus.com/report-doc/](https://report.anji-plus.com/report-doc/ "doc")<br>
|
||||
####   在线提问: [https://gitee.com/anji-plus/report/issues](https://gitee.com/anji-plus/report/issues "issue")
|
||||
|
||||
## 功能概述
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## 在线体验
|
||||
####   电脑在线体验: [https://report.anji-plus.com/](https://report.anji-plus.com/ "链接")  体验账号:guest 密码:guest
|
||||
####   在线文档: [https://report.anji-plus.com/#/doc](https://report.anji-plus.com/#/doc "doc")<br>
|
||||
####   在线文档: [https://report.anji-plus.com/report-doc/](https://report.anji-plus.com/report-doc/ "doc")<br>
|
||||
####   在线提问: [https://gitee.com/anji-plus/report/issues](https://gitee.com/anji-plus/report/issues "issue")
|
||||
|
||||
## 功能概述
|
||||
|
|
|
@ -109,6 +109,17 @@
|
|||
<includeSystemScope>true</includeSystemScope>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<configuration>
|
||||
<nonFilteredFileExtensions>
|
||||
<nonFilteredFileExtension>ttf</nonFilteredFileExtension>
|
||||
<nonFilteredFileExtension>woff</nonFilteredFileExtension>
|
||||
<nonFilteredFileExtension>woff2</nonFilteredFileExtension>
|
||||
</nonFilteredFileExtensions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
|
|||
|
||||
module.exports = merge(prodEnv, {
|
||||
NODE_ENV: '"development"',
|
||||
BASE_API: '"http://127.0.0.1:9095"'
|
||||
// BASE_API: '"http://10.108.26.197:9095"'
|
||||
// BASE_API: '"http://127.0.0.1:9095"'
|
||||
BASE_API: '"http://10.108.26.197:9095"'
|
||||
})
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
'use strict'
|
||||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
BASE_API: '"http://127.0.0.1:9095"'
|
||||
BASE_API: '"https://report.anji-plus.com/"'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue