This commit is contained in:
tanghc
2019-03-23 14:15:36 +08:00
parent e361d4df98
commit 7631457923
10 changed files with 31 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
/**
* 配置
* @type {{url: string}}
*/
var SopConfig = {
/**
* 后端接口url
*/
url: 'http://localhost:8082/api'
}