Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
d1061b12
Commit
d1061b12
authored
Jul 29, 2018
by
Menethil
Browse files
Merge remote-tracking branch 'origin/master'
parents
c02e5fec
c4c61da0
Changes
23
Hide whitespace changes
Inline
Side-by-side
litemall-all/pom.xml
View file @
d1061b12
...
...
@@ -36,6 +36,27 @@
<build>
<plugins>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<executions>
<execution>
<id>
copy-resources
</id>
<phase>
validate
</phase>
<goals>
<goal>
copy-resources
</goal>
</goals>
<configuration>
<outputDirectory>
${basedir}/target/classes/static
</outputDirectory>
<resources>
<resource>
<directory>
../litemall-admin/dist
</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
...
...
litemall-all/src/main/resources/application.yml
View file @
d1061b12
spring
:
profiles
:
active
:
db, core, admin, wx
, os
active
:
db, core, admin, wx
message
:
encoding
:
UTF-8
...
...
@@ -13,6 +13,5 @@ logging:
org.springframework
:
ERROR
org.mybatis
:
ERROR
org.linlinjava.litemall.admin
:
DEBUG
org.linlinjava.litemall.os
:
DEBUG
org.linlinjava.litemall.wx
:
DEBUG
org.linlinjava.litemall
:
DEBUG
\ No newline at end of file
litemall-wx/config/api.js
View file @
d1061b12
...
...
@@ -4,9 +4,9 @@
// 局域网测试使用
// var WxApiRoot = 'http://192.168.0.101:8082/wx/';
// 云平台部署时使用
//
var WxApiRoot = 'http://122.152.206.172:8082/wx/';
var
WxApiRoot
=
'
http://122.152.206.172:8082/wx/
'
;
// 云平台上线时使用
var
WxApiRoot
=
'
https://www.menethil.com.cn/wx/
'
;
//
var WxApiRoot = 'https://www.menethil.com.cn/wx/';
module
.
exports
=
{
IndexUrl
:
WxApiRoot
+
'
home/index
'
,
//首页数据接口
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment