网址改为配置
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<a-row>
|
||||
<a-col>
|
||||
© 2015-2030 {{systemTitle}} - Powered By
|
||||
<a style="color:#00458a;" href="http://www.huaxiaerp.com/" target="_blank">官方网站</a>
|
||||
<a style="color:#00458a;" :href="systemUrl" target="_blank">官方网站</a>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</div>
|
||||
@@ -74,6 +74,7 @@
|
||||
return {
|
||||
customActiveKey: "tab1",
|
||||
systemTitle: window.SYS_TITLE,
|
||||
systemUrl: window.SYS_URL,
|
||||
loginBtn: false,
|
||||
// login type: 0 email, 1 username, 2 telephone
|
||||
loginType: 0,
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<a-row>
|
||||
<a-col>
|
||||
© 2015-2030 {{systemTitle}} - Powered By
|
||||
<a style="color:#00458a;" href="http://www.huaxiaerp.com/" target="_blank">官方网站</a>
|
||||
<a style="color:#00458a;" :href="systemUrl" target="_blank">官方网站</a>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</div>
|
||||
@@ -107,6 +107,7 @@
|
||||
data() {
|
||||
return {
|
||||
systemTitle: window.SYS_TITLE,
|
||||
systemUrl: window.SYS_URL,
|
||||
form: null,
|
||||
randCode:'',
|
||||
randCodeImage:'',
|
||||
|
||||
Reference in New Issue
Block a user