删除无用json
This commit is contained in:
@@ -159,7 +159,7 @@ export default {
|
||||
if (!addressJson) {
|
||||
try {
|
||||
// 优先从主包加载(如果存在)
|
||||
addressJson = require('@/static/json/xinjiang.json');
|
||||
addressJson = require('http://124.243.245.42/ks_cms/address.json');
|
||||
} catch (e) {
|
||||
console.warn('无法加载地址数据,使用空数据', e);
|
||||
addressJson = [];
|
||||
|
||||
Reference in New Issue
Block a user