mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystemFrontend.git
synced 2025-10-27 23:25:05 +08:00
更新.gitignore以排除构建输出目录,并修改SOLA_DOMAIN为wwbx.davisye.cn
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -86,3 +86,6 @@ typings/
|
||||
|
||||
# DynamoDB Local files
|
||||
.dynamodb/
|
||||
|
||||
# gulp build output
|
||||
dist
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
//URL跳转
|
||||
|
||||
var SOLA_DOMAIN = 'https://wwbx.zsxyww.htroy.com/api/';
|
||||
var SOLA_DOMAIN = 'https://wwbx.davisye.cn/api/';
|
||||
var SOLA_DOMAIN_ADMIN = SOLA_DOMAIN + 'admin/';
|
||||
|
||||
var exportParams = {
|
||||
|
||||
Reference in New Issue
Block a user