فهرست منبع

excel前半部分解析

guq 7 سال پیش
والد
کامیت
ba0e9c86fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/pc-web/app/view/core/base/ImportWindow.js

+ 1 - 1
frontend/pc-web/app/view/core/base/ImportWindow.js

@@ -251,7 +251,7 @@ Ext.define('school.view.core.base.ImportWindow', {
                             form.setLoading(true);
                             debugger
                             Ext.Ajax.request({
-                                url: 'http://127.0.0.1:9560/excel/import/parse',//这里是填写需要跨域访问的URL
+                                url: '/excel/import/parse',//这里是填写需要跨域访问的URL
                                 cors: true,
                                 useDefaultXhrHeader: false,
                                 method: 'post',